fix(docker): Update Dockerfile paths from src/ to v1/src/
The source code was moved to v1/src/ but the Dockerfile still referenced src/ directly, causing build failures. Updated all COPY paths, uvicorn module paths, test paths, and bandit scan paths. Also added missing v1/__init__.py for Python module resolution. Fixes #33 Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
1
v1/__init__.py
Normal file
1
v1/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
# WiFi-DensePose v1 package
|
||||
Reference in New Issue
Block a user