Skip to content

Commit

Permalink
Add gunicorn to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Nov 14, 2023
1 parent e6151a5 commit e2f0e27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ RUN COMMIT=`git rev-parse HEAD` && echo "COMMIT=\"${COMMIT}\"" >$appname/version

FROM base

RUN source /venv/bin/activate

COPY --from=builder /venv /venv
COPY --from=builder /$appname /$appname

RUN source /venv/bin/activate

WORKDIR /$appname

ENV PYTHONUNBUFFERED=1 \
Expand Down

0 comments on commit e2f0e27

Please sign in to comment.