Skip to content

Commit

Permalink
Re-use udpate_assets command in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Feb 19, 2024
1 parent 31e06f7 commit b1a42bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ WORKDIR ${HOME}

# Build locales, assets, build id.
RUN locale/compile-mo.sh locale \
&& python manage.py compress_assets \
&& python manage.py generate_jsi18n_files \
&& python manage.py collectstatic --noinput \
&& make update_assets \
&& npm prune --production \
&& ./scripts/generate_build.py > build.py

0 comments on commit b1a42bb

Please sign in to comment.