Skip to content

Commit c2fef82

Browse files
authored
fix(orchestrator): use 544 mask for container image content (#778)
Signed-off-by: Marek Libra <marek.libra@gmail.com>
1 parent 113faa4 commit c2fef82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • workspaces/orchestrator/plugins/orchestrator-form-widgets/http-workflow-dev-server

workspaces/orchestrator/plugins/orchestrator-form-widgets/http-workflow-dev-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ USER node
44
WORKDIR /app
55

66
COPY --chown=node:node --chmod=444 ./httpServer.dynamic.course.select.js ./
7-
COPY --chown=node:node --chmod=444 ./node_modules ./node_modules
7+
COPY --chown=node:node --chmod=555 ./node_modules ./node_modules
88

99
CMD ["node", "./httpServer.dynamic.course.select.js"]

0 commit comments

Comments
 (0)