Skip to content

Commit

Permalink
consolidate VOLUME in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
c-buisson committed Mar 13, 2017
1 parent 3fb1c1d commit 24acbe0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ RUN apt-get update && \
apt-get remove -y wget && \
rm -rf /var/lib/apt/lists/*
COPY run.sh configure_chef.sh /usr/local/bin/
VOLUME /root/
VOLUME /var/log
VOLUME /root /var/log
CMD ["run.sh"]

0 comments on commit 24acbe0

Please sign in to comment.