Skip to content

Commit

Permalink
Add gunicorn and remove nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Nov 27, 2023
1 parent 4d95f6f commit 9c1966c
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 @@ -6,7 +6,7 @@ FROM quay.io/cdis/python-build-base:${AZLINUX_BASE_VERSION} as base
# Comment this in, and comment out the line above, if quay is down
# FROM 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/python-build-base:${AZLINUX_BASE_VERSION} as base

ENV appname=fence
ENV appname=sheepdog
ENV POETRY_NO_INTERACTION=1 \
POETRY_VIRTUALENVS_IN_PROJECT=1 \
POETRY_VIRTUALENVS_CREATE=1
Expand Down

0 comments on commit 9c1966c

Please sign in to comment.