From f49113baeb0114d235f7343ecf42b3adfa449951 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Wed, 14 Sep 2022 18:20:33 -0500 Subject: [PATCH] fix stupid mistake --- .../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 876458d..7977ce1 100644 --- a/tutorcredentials/templates/credentials/build/credentials/Dockerfile +++ b/tutorcredentials/templates/credentials/build/credentials/Dockerfile @@ -152,7 +152,7 @@ ENV CREDENTIALS_CFG /openedx/config.yml # Collect static assets COPY --chown=app:app assets.py ./credentials/settings/assets.py -ENV DJANGO_SETTINGS_MODULE license_manager.settings.assets +ENV DJANGO_SETTINGS_MODULE credentials.settings.assets RUN python3 manage.py compilejsi18n --noinput RUN python3 manage.py collectstatic --noinput