Skip to content

Commit

Permalink
Dockerfile: remove useless volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Machu authored and jzelinskie committed Feb 24, 2016
1 parent 9bad9be commit 6b23520
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN mkdir /db
VOLUME /db
VOLUME /config

EXPOSE 6060 6061
Expand Down

0 comments on commit 6b23520

Please sign in to comment.