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 3fb1c1d commit 24acbe0Copy full SHA for 24acbe0
Dockerfile
@@ -10,6 +10,5 @@ RUN apt-get update && \
10
apt-get remove -y wget && \
11
rm -rf /var/lib/apt/lists/*
12
COPY run.sh configure_chef.sh /usr/local/bin/
13
-VOLUME /root/
14
-VOLUME /var/log
+VOLUME /root /var/log
15
CMD ["run.sh"]
0 commit comments