diff --git a/tutorcredentials/templates/credentials/build/credentials/Dockerfile b/tutorcredentials/templates/credentials/build/credentials/Dockerfile index c27ad57..8429151 100644 --- a/tutorcredentials/templates/credentials/build/credentials/Dockerfile +++ b/tutorcredentials/templates/credentials/build/credentials/Dockerfile @@ -50,7 +50,7 @@ RUN cd /openedx/requirements/ \ 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 ./node_modules/.bin/r.js -o build.js +#RUN ./node_modules/.bin/r.js -o build.js RUN python3 manage.py collectstatic --noinput RUN python3 manage.py compress --force