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
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.toml:/app/config.toml:ro
|
- ./config.toml:/app/config.toml:ro
|
||||||
command: web_api_cli /app/config.toml
|
command: uv run web_api_cli /app/config.toml
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgresql
|
- postgresql
|
||||||
expose:
|
expose:
|
||||||
|
|||||||
Reference in New Issue
Block a user