Skip to content

Commit

Permalink
small fix in VOLUME in Dockerfile (#3779)
Browse files Browse the repository at this point in the history
  • Loading branch information
mercuriete authored and solderzzc committed Aug 13, 2016
1 parent 9b40f58 commit d4200e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:2.7

WORKDIR /usr/src/app
VOLUME ["/usr/app/configs", "/usr/src/app/web"]
VOLUME ["/usr/src/app/configs", "/usr/src/app/web"]

ARG timezone=Etc/UTC
RUN echo $timezone > /etc/timezone \
Expand Down

0 comments on commit d4200e9

Please sign in to comment.