Skip to content

Commit cb590f9

Browse files
committed
fix(docker): copy nexuslims_annotate into container image
The Dockerfile was missing a COPY directive for the nexuslims_annotate app added in #16, causing Django to fail on startup with ModuleNotFoundError: No module named 'nexuslims_annotate'.
1 parent 9587a4f commit cb590f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deployment/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ COPY static ./static
2828
# config is included in image for remote builds (Git URL context)
2929
# For local dev, it can be overridden via bind mount in docker-compose.dev.yml
3030
COPY config ./config
31+
COPY nexuslims_annotate ./nexuslims_annotate
3132
COPY nexuslims_overrides ./nexuslims_overrides
3233
COPY xslt ./xslt
3334

0 commit comments

Comments
 (0)