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 b9eb035 commit 419994cCopy full SHA for 419994c
Dockerfile
@@ -2,11 +2,14 @@ FROM debian:sid
2
3
MAINTAINER Nicolas Delaby <[email protected]>
4
5
-RUN apt-get -y update && apt-get install -y -q nginx nginx-extras &&\
6
- apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
+RUN apt-get -y update &&\
+ apt-get install -y -q nginx nginx-extras &&\
7
+ apt-get clean &&\
8
+ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
9
10
VOLUME /var/log/nginx
11
VOLUME /etc/nginx/
12
13
EXPOSE 80 443
14
ENTRYPOINT ["nginx"]
15
+CMD []
0 commit comments