Skip to content

Commit

Permalink
chore(docker-compose): remove compilemessages cmd from migrate container
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Sep 24, 2024
1 parent 398ecc0 commit 20afe41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ services:
bash -c "
python3 manage.py migrate &&
python3 manage.py collectstatic --noinput &&
python3 manage.py compilemessages --locale=fr &&
python3 manage.py fixturize"
volumes:
- "static-files:/app/geoshop_back/static:rw"
Expand Down

0 comments on commit 20afe41

Please sign in to comment.