remove manage.py update_assets
This commit is contained in:
parent
5a016ac65e
commit
f166d6f2a3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user