fix: build error (dir not exist)

This commit is contained in:
austnv
2026-06-14 14:41:41 +03:00
parent a8ed704f47
commit efaec00f18
+1 -1
View File
@@ -4,7 +4,7 @@ services:
container_name: uvpn-backend
working_dir: /app
volumes:
- ./backend:/app
- .:/app
- /app/.venv
environment:
- UV_COMPILE_BYTECODE=1