Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
with:
INSTANCE: '5'
IMPORT: false
secrets: inherit
secrets: inherit
2 changes: 1 addition & 1 deletion Dockerfile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY --chown=node:node --from=build /app/dist /app/dist
COPY --chown=node:node config /app/config
COPY --chown=node:node docker/dspace-ui.json /app/dspace-ui.json

# user node does not have root priviliges sop we need to ensure that
# user node does not have root privileges so we need to ensure that
# necessary files exist and node has sufficient access rights
RUN mkdir -p /app/dist/browser/assets \
&& touch /app/dist/browser/assets/config.json \
Expand Down
Loading