fix: add "uv venv" command

This commit is contained in:
austnv
2026-06-14 14:51:45 +03:00
parent bada2c1ecb
commit fe5f8c0fca
+1
View File
@@ -14,6 +14,7 @@ services:
command: >
sh -c "pip install --no-cache-dir uv &&
uv sync --frozen --no-dev &&
uv venv &&
uvicorn main:app --host 0.0.0.0 --port 8000"
networks:
- remnawave-network