fix(): change web_api command to invoke uv as venv contents are seemingly not copied into path

This commit is contained in:
doas root
2025-11-10 22:24:00 +03:00
parent 70c5d360de
commit 5ca3e72834
+1 -1
View File
@@ -5,7 +5,7 @@ services:
restart: unless-stopped
volumes:
- ./config.toml:/app/config.toml:ro
command: web_api_cli /app/config.toml
command: uv run web_api_cli /app/config.toml
depends_on:
- postgresql
expose: