You've already forked RekomenciBackend
fix(): change web_api command to invoke uv as venv contents are seemingly not copied into path
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user