Skip to content

Commit

Permalink
Adds missing modules to production image
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Nov 7, 2023
1 parent 27ec908 commit 467123f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ RUN apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-r
&& rm -rf /var/lib/apt/lists/*

COPY pyproject.toml pdm.lock README.md ./
COPY ov_wag ov_wag
COPY authors authors
COPY cli cli
COPY exhibits exhibits
COPY home home
COPY ov_collections ov_collections
COPY ov_wag ov_wag
COPY search search

### Test ###
Expand Down

0 comments on commit 467123f

Please sign in to comment.