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