fix: add "uv venv" command
This commit is contained in:
@@ -14,6 +14,7 @@ services:
|
|||||||
command: >
|
command: >
|
||||||
sh -c "pip install --no-cache-dir uv &&
|
sh -c "pip install --no-cache-dir uv &&
|
||||||
uv sync --frozen --no-dev &&
|
uv sync --frozen --no-dev &&
|
||||||
|
uv venv &&
|
||||||
uvicorn main:app --host 0.0.0.0 --port 8000"
|
uvicorn main:app --host 0.0.0.0 --port 8000"
|
||||||
networks:
|
networks:
|
||||||
- remnawave-network
|
- remnawave-network
|
||||||
|
|||||||
Reference in New Issue
Block a user