Skip to content

Commit 24acbe0

Browse files
committed
consolidate VOLUME in Dockerfile
1 parent 3fb1c1d commit 24acbe0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ RUN apt-get update && \
1010
apt-get remove -y wget && \
1111
rm -rf /var/lib/apt/lists/*
1212
COPY run.sh configure_chef.sh /usr/local/bin/
13-
VOLUME /root/
14-
VOLUME /var/log
13+
VOLUME /root /var/log
1514
CMD ["run.sh"]

0 commit comments

Comments
 (0)