fix: uv run
This commit is contained in:
+1
-2
@@ -14,8 +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 &&
|
uv run 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
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user