Skip to content

Commit

Permalink
Import content properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed Oct 24, 2023
1 parent d9cbd32 commit 314294d
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 @@ -10,7 +10,7 @@ COPY ukwa_reports ./ukwa_reports
RUN pip install --no-cache -v .

# Jupyter Book work:
COPY content .
COPY content content
COPY build.sh .
# Default action is to run the full build script to generate output at ./_build
# Use volumes to map input (content) and/or output (_build)
Expand Down

0 comments on commit 314294d

Please sign in to comment.