We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93492dc commit 63c7eacCopy full SHA for 63c7eac
nginx/Dockerfile
@@ -3,6 +3,7 @@ FROM debian:buster-slim
3
RUN apt-get update
4
RUN apt-get install -y nginx
5
RUN rm /var/log/nginx/access.log && ln -s /dev/stdout /var/log/nginx/access.log
6
+RUN rm /var/log/nginx/error.log && ln -s /dev/stderr /var/log/nginx/error.log
7
8
CMD ["/usr/sbin/nginx", "-g", "daemon off;"]
9
0 commit comments