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 8059b3e commit b9eb035Copy full SHA for b9eb035
Dockerfile
@@ -2,8 +2,8 @@ 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
-RUN 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 &&\
+ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
7
8
VOLUME /var/log/nginx
9
VOLUME /etc/nginx/
0 commit comments