fix/build-context
main
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.