fix(docker): copy routers and other packages into image #3

Merged
cryptorugmunch merged 1 commit from fix/dockerfile-copy-dirs into main 2026-07-03 00:49:02 +02:00

The previous Dockerfile only copied *.py, so the deployed container failed with ModuleNotFoundError for routers. Copy routers/, llm_providers/, stealth_scripts/, and templates/ into the runtime image.

The previous Dockerfile only copied *.py, so the deployed container failed with ModuleNotFoundError for routers. Copy routers/, llm_providers/, stealth_scripts/, and templates/ into the runtime image.
cryptorugmunch added 1 commit 2026-07-03 00:47:19 +02:00
fix(docker): copy routers, llm_providers, stealth_scripts, templates into image
All checks were successful
CI / lint (pull_request) Successful in 52s
CI / typecheck (pull_request) Successful in 54s
CI / Secret scan (gitleaks) (pull_request) Successful in 33s
CI / test (pull_request) Successful in 1m8s
CI / Security audit (bandit) (pull_request) Successful in 33s
394003e348
cryptorugmunch merged commit df66d4b3bc into main 2026-07-03 00:49:02 +02:00
cryptorugmunch deleted branch fix/dockerfile-copy-dirs 2026-07-03 00:49:03 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RugMunchMedia/pryscraper#3
No description provided.