Attempt collectstatic in Dockerfile itselfw
This commit is contained in:
parent
5e50d3320e
commit
02aaccffed
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ RUN chown -R app:app $APP_HOME
|
|||
# change to the app user
|
||||
USER app
|
||||
|
||||
python gmba_django/manage.py collectstatic --noinput
|
||||
|
||||
# run entrypoint.prod.sh
|
||||
ENTRYPOINT ["/home/app/app/entrypoint.prod.sh"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue