Skip to content

Commit

Permalink
Dockerfile: remove VOLUME
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed May 10, 2017
1 parent 02187dc commit d1177df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ ADD ./supervisor/supervisord.conf /etc/
ADD ./supervisor/services /etc/supervisord.d/

# APPLICATION
VOLUME /srv
WORKDIR /srv

EXPOSE 80 443 9001
Expand Down
1 change: 0 additions & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ ADD ./supervisor/supervisord.conf /etc/
ADD ./supervisor/services /etc/supervisord.d/

# APPLICATION
VOLUME /srv
WORKDIR /srv

EXPOSE 80 443 9001
Expand Down

0 comments on commit d1177df

Please sign in to comment.