Update [docker]: move the locales compile process to the Dockerfile

This commit is contained in:
Kirill Samoylenkov 2025-11-01 17:08:25 +05:00
parent 83e91c58c4
commit 0ded0fa64e
3 changed files with 4 additions and 1 deletions

View file

@ -4,7 +4,7 @@ services:
build:
context: ..
dockerfile: ./docker/Dockerfile
command: sh -c "uv run --active --script ./scripts/pybabel.py compile && uv run --no-dev ./src/main.py"
command: sh -c "uv run --no-dev ./src/main.py"
restart: always
depends_on:
- database