Skip to content

Commit

Permalink
changing wsgi files directory
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Jul 29, 2024
1 parent 7f0da2c commit 32e92b6
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 @@ -36,7 +36,8 @@ RUN pip install poetry && \

COPY --chown=gen3:gen3 ./src /$appname
COPY --chown=gen3:gen3 ./migrations /$appname/migrations
COPY --chown=gen3:gen3 ./deployment/wsgi/wsgi.py /$appname/wsgi.py
COPY --chown=gen3:gen3 ./deployment/wsgi/wsgi.py /$appname/deployment/wsgi/wsgi.py
COPY --chown=gen3:gen3 ./deployment/wsgi/gunicorn.conf.py /$appname/deployment/wsgi/gunicorn.conf.py

# Run poetry again so this app itself gets installed too
RUN poetry install --without dev --no-interaction
Expand Down

0 comments on commit 32e92b6

Please sign in to comment.