Skip to content

Commit f7d9c25

Browse files
authored
Merge pull request #1075 from dataquest-dev/customer/palo-docker-typo-fix
Customer/palo docker typo fix
2 parents 06ad093 + 4b1303d commit f7d9c25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
with:
7070
INSTANCE: '5'
7171
IMPORT: false
72-
secrets: inherit
72+
secrets: inherit

Dockerfile.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY --chown=node:node --from=build /app/dist /app/dist
2727
COPY --chown=node:node config /app/config
2828
COPY --chown=node:node docker/dspace-ui.json /app/dspace-ui.json
2929

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

0 commit comments

Comments
 (0)