Skip to content

Commit

Permalink
Update Dockerfile (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 authored Sep 8, 2021
1 parent 99a20a3 commit d96f904
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/indexd/wsgi.py --name=indexd -p 81:80 indexd
# To check running container: docker exec -it indexd /bin/bash

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

ENV appname=indexd

Expand Down

0 comments on commit d96f904

Please sign in to comment.