Fix location of manage.py

This commit is contained in:
app 2022-09-20 04:20:44 +00:00
parent 02aaccffed
commit 854ce75993
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ RUN chown -R app:app $APP_HOME
# change to the app user
USER app
python gmba_django/manage.py collectstatic --noinput
CMD python manage.py collectstatic --noinput
# run entrypoint.prod.sh
ENTRYPOINT ["/home/app/app/entrypoint.prod.sh"]