Fix location of manage.py
This commit is contained in:
parent
02aaccffed
commit
854ce75993
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue