Fix collectstatic
This commit is contained in:
parent
079762250b
commit
b7dfb676ec
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ RUN chown -R app:app $APP_HOME
|
||||||
# change to the app user
|
# change to the app user
|
||||||
USER app
|
USER app
|
||||||
|
|
||||||
CMD python manage.py collectstatic --noinput
|
RUN python manage.py collectstatic --noinput
|
||||||
|
|
||||||
# run entrypoint.prod.sh
|
# run entrypoint.prod.sh
|
||||||
ENTRYPOINT ["./entrypoint.prod.sh"]
|
ENTRYPOINT ["./entrypoint.prod.sh"]
|
||||||
|
|
Loading…
Reference in a new issue