From 220abe7150cbcbe4b8df09d52f0c68bdb8d3652b Mon Sep 17 00:00:00 2001 From: Grant Birkinbine Date: Sat, 20 Mar 2021 22:03:19 -0700 Subject: [PATCH] fixing typo Signed-off-by: Grant Birkinbine --- nginx-wsgi-flask/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \