Skip to content

Commit

Permalink
Add missing openzim.toml in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jan 21, 2025
1 parent 1ab84ee commit fb62828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN python -m pip install --no-cache-dir -U \

# Copy code + associated artifacts + zimui build output
COPY LICENSE LICENSE.fcc.md README.md /src/
COPY scraper/pyproject.toml scraper/tasks.py /src/scraper/
COPY scraper/pyproject.toml scraper/openzim.toml scraper/tasks.py /src/scraper/
COPY scraper/src /src/scraper/src
COPY --from=zimui /src/dist /src/zimui

Expand Down

0 comments on commit fb62828

Please sign in to comment.