From 5ca3e72834b46a359ba5dc446be04b8e34c308de Mon Sep 17 00:00:00 2001 From: doas root Date: Mon, 10 Nov 2025 22:24:00 +0300 Subject: [PATCH] fix(): change web_api command to invoke uv as venv contents are seemingly not copied into path --- docker-compose.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.example.yml b/docker-compose.example.yml index d76f615..705ffb5 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -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: