Skip to content

Commit

Permalink
Removed a volume dir in Dockerfile
Browse files Browse the repository at this point in the history
Updated image size in README
  • Loading branch information
c-buisson committed Aug 23, 2017
1 parent 6d18575 commit c002350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +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 /var/log
VOLUME /var/log
CMD ["run.sh"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# chef-server

chef-server will run Chef Server 12 in an Ubuntu Trusty 14.04 LTS container.
Image Size: 1.124 GB
Image Size: 1.025 GB

This is a fork of: [base/chef-server](https://registry.hub.docker.com/u/base/chef-server/).

Expand Down

0 comments on commit c002350

Please sign in to comment.