Skip to content

Commit

Permalink
Update Dockerfile (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 authored Sep 8, 2021
1 parent 95de251 commit e1268bf
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 @@
# To run: docker run -v /path/to/wsgi.py:/var/www/peregrine/wsgi.py --name=peregrine -p 81:80 peregrine
# To check running container: docker exec -it peregrine /bin/bash

FROM quay.io/cdis/python-nginx:pybase3-1.6.0
FROM quay.io/cdis/python-nginx:pybase3-1.6.2

ENV appname=peregrine

Expand Down

0 comments on commit e1268bf

Please sign in to comment.