Skip to content

Commit

Permalink
⬆️ - More python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Sep 25, 2019
1 parent be56297 commit ca049a5
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 @@ -22,4 +22,4 @@ RUN apt-get update && apt-get install -y \
chown -R app:app /srv/nginx/

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

0 comments on commit ca049a5

Please sign in to comment.