Skip to content

Commit

Permalink
Add '/tmp/' to volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Oct 11, 2016
1 parent b1c4527 commit 6b6970d
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
Expand Up @@ -24,4 +24,4 @@ RUN tarsnap -x -f $(tarsnap --list-archives | egrep [0-9]{14}-[^-]+?-svenv.nl/me
RUN chown app:app -R /srv/

# Set volumes
VOLUME ["/etc/nginx/conf.d", "/etc/ssl/", "/srv/", "/usr/local/lib/python2.7/dist-packages", "/usr/lib/python2.7/dist-packages", "/usr/local/etc/", "/var/lib/postgresql/", "/var/run/postgresql/", "/var/log/", "/var/mail"]
VOLUME ["/etc/nginx/conf.d", "/etc/ssl/", "/srv/", "/tmp/", "/usr/local/lib/python2.7/dist-packages", "/usr/lib/python2.7/dist-packages", "/usr/local/etc/", "/var/lib/postgresql/", "/var/run/postgresql/", "/var/log/", "/var/mail"]

0 comments on commit 6b6970d

Please sign in to comment.