From f166d6f2a32559136f68996c0bda1f4ad5eb5ac4 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Fri, 13 May 2022 13:53:05 -0500 Subject: [PATCH] remove manage.py update_assets --- .../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 a9f384d..c27ad57 100644 --- a/tutorcredentials/templates/credentials/build/credentials/Dockerfile +++ b/tutorcredentials/templates/credentials/build/credentials/Dockerfile @@ -49,7 +49,7 @@ RUN cd /openedx/requirements/ \ # Collect static assets (aka: "make static") COPY --chown=app:app assets.py ./credentials/settings/assets.py ENV DJANGO_SETTINGS_MODULE credentials.settings.assets -RUN python3 manage.py update_assets --skip-collect +#RUN python3 manage.py update_assets --skip-collect RUN ./node_modules/.bin/r.js -o build.js RUN python3 manage.py collectstatic --noinput RUN python3 manage.py compress --force