Skip to content

Commit

Permalink
Merge pull request #60 from ImperialCollegeLondon/fix/test-data-docker
Browse files Browse the repository at this point in the history
Build test_data into Docker image
  • Loading branch information
cc-a authored Aug 13, 2024
2 parents cd7aa80 + 5da8f7f commit e33fba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
!translations
!static
!assets
!test_data
test_data/10.14469_hpc_*
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ RUN cp -r ./static/. ${INVENIO_INSTANCE_PATH}/static/ && \
invenio collect --verbose && \
invenio webpack buildall

# Make directory owned by Invenio user
RUN chown -R invenio test_data/

ENTRYPOINT [ "bash", "-c"]

0 comments on commit e33fba8

Please sign in to comment.