Skip to content

Commit

Permalink
Named user in chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
J4bbi committed Aug 12, 2024
1 parent f1bffb0 commit 47cd5c2
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 @@ -27,6 +27,6 @@ RUN cp -r ./static/. ${INVENIO_INSTANCE_PATH}/static/ && \
invenio webpack buildall

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

ENTRYPOINT [ "bash", "-c"]

0 comments on commit 47cd5c2

Please sign in to comment.