diff --git a/nginx-wsgi-flask/nginx/Dockerfile b/nginx-wsgi-flask/nginx/Dockerfile index 31e5c21..186d527 100644 --- a/nginx-wsgi-flask/nginx/Dockerfile +++ b/nginx-wsgi-flask/nginx/Dockerfile @@ -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 \