fix: set build context to root instead of pkg #4

Merged
jcabillot merged 1 commits from fix/build-context into main 2026-05-29 16:35:41 -04:00

1 Commits

Author SHA1 Message Date
Julien Cabillot 86c9cb87e4 fix: set build context to root instead of pkg
Docker Build and Push / build (pull_request) Successful in 46s
The build context was set to 'pkg', but the Dockerfile references
requirements.txt and src/ which are at the repository root.
Changing context to '.' gives Docker access to all necessary files.
2026-05-29 16:33:34 -04:00