We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06ad093 + 4b1303d commit f7d9c25Copy full SHA for f7d9c25
.github/workflows/docker.yml
@@ -69,4 +69,4 @@ jobs:
69
with:
70
INSTANCE: '5'
71
IMPORT: false
72
- secrets: inherit
+ secrets: inherit
Dockerfile.dist
@@ -27,7 +27,7 @@ COPY --chown=node:node --from=build /app/dist /app/dist
27
COPY --chown=node:node config /app/config
28
COPY --chown=node:node docker/dspace-ui.json /app/dspace-ui.json
29
30
-# 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
31
# necessary files exist and node has sufficient access rights
32
RUN mkdir -p /app/dist/browser/assets \
33
&& touch /app/dist/browser/assets/config.json \
0 commit comments