update deps
This commit is contained in:
+2
-2
@@ -13,8 +13,8 @@ services:
|
||||
- 8000
|
||||
command: >
|
||||
sh -c "pip install --no-cache-dir uv &&
|
||||
uv sync --frozen &&
|
||||
fastapi run"
|
||||
uv sync --frozen --no-dev &&
|
||||
uvicorn main:app --host 0.0.0.0 --port 8000"
|
||||
networks:
|
||||
- remnawave-network
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user