From 60099e33ad3cd4c6ed25d17a3550a1eb72d0f4c9 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Wed, 14 Sep 2022 18:33:46 -0500 Subject: [PATCH] manage.py compilejsi18n does not have a noinput flag --- .../templates/credentials/build/credentials/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorcredentials/templates/credentials/build/credentials/Dockerfile b/tutorcredentials/templates/credentials/build/credentials/Dockerfile index 7977ce1..cd8b5ee 100644 --- a/tutorcredentials/templates/credentials/build/credentials/Dockerfile +++ b/tutorcredentials/templates/credentials/build/credentials/Dockerfile @@ -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