Fix collectstatic

This commit is contained in:
app 2022-09-23 01:29:27 +00:00
parent 079762250b
commit b7dfb676ec
1 changed files with 1 additions and 1 deletions

View File

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