Skip to content

Commit

Permalink
Merge branch 'staging' into production
Browse files Browse the repository at this point in the history
fixed docker file
  • Loading branch information
veenhouse committed Nov 10, 2021
2 parents cf69f87 + 776a279 commit 55adcca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chp_api/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ COPY ./chp_api $APP_HOME/chp_api
COPY ./apis $APP_HOME/apis
COPY ./utils $APP_HOME/utils
COPY ./manage.py $APP_HOME
COPY ./dispatcher $APP_HOME/dispatcher
COPY ./gunicorn.config-prod.py $APP_HOME

# chown all the files to the app user
Expand Down

0 comments on commit 55adcca

Please sign in to comment.