fix: build error (dir not exist)
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ services:
|
|||||||
container_name: uvpn-backend
|
container_name: uvpn-backend
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend:/app
|
- .:/app
|
||||||
- /app/.venv
|
- /app/.venv
|
||||||
environment:
|
environment:
|
||||||
- UV_COMPILE_BYTECODE=1
|
- UV_COMPILE_BYTECODE=1
|
||||||
|
|||||||
Reference in New Issue
Block a user