fixing typo

Signed-off-by: Grant Birkinbine <grant.birkinbine@gmail.com>
This commit is contained in:
Grant Birkinbine 2021-03-20 22:03:19 -07:00
parent 2db4a984ca
commit 220abe7150
No known key found for this signature in database
GPG Key ID: B0409256808CFF4A

View File

@ -18,7 +18,7 @@ RUN chown -R nginx:nginx /app && chmod -R 755 /app && \
chown -R nginx:nginx /etc/nginx/conf.d
RUN touch /var/run/nginx.pid && chown -R nginx:nginx /var/run/nginx.pid
# # Uncomment to keep the nginx logs inside the container - Leave out to to log to stdout and stderr
# # Uncomment to keep the nginx logs inside the container - Leave commented for logging to stdout and stderr
# RUN mkdir -p /var/log/nginx
# RUN unlink /var/log/nginx/access.log \
# && unlink /var/log/nginx/error.log \