manage.py compilejsi18n does not have a noinput flag
This commit is contained in:
parent
f49113baeb
commit
60099e33ad
@ -153,7 +153,7 @@ ENV CREDENTIALS_CFG /openedx/config.yml
|
||||
# Collect static assets
|
||||
COPY --chown=app:app assets.py ./credentials/settings/assets.py
|
||||
ENV DJANGO_SETTINGS_MODULE credentials.settings.assets
|
||||
RUN python3 manage.py compilejsi18n --noinput
|
||||
RUN python3 manage.py compilejsi18n
|
||||
RUN python3 manage.py collectstatic --noinput
|
||||
|
||||
ENV DJANGO_SETTINGS_MODULE credentials.settings.tutor.production
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user