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 a1e8290 commit f55a395Copy full SHA for f55a395
nginx/Dockerfile
@@ -2,5 +2,6 @@ FROM nginx:1.15
2
LABEL maintainer="[email protected]"
3
4
COPY nginx.conf /etc/nginx/nginx.conf
5
+RUN mkdir /var/log/nginx
6
EXPOSE 80
7
CMD ["nginx", "-g", "daemon off;"]
0 commit comments