Skip to content

Commit

Permalink
Build test_data into Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
J4bbi committed Aug 12, 2024
1 parent e0c5b1e commit 3f90df7
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 1000 test_data/

ENTRYPOINT [ "bash", "-c"]

0 comments on commit 3f90df7

Please sign in to comment.