Skip to content

Commit

Permalink
Revert start.sh file write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuchta committed Dec 12, 2024
1 parent 2e576ae commit 082d096
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 @@ -50,7 +50,7 @@ ENV APP_VERSION=$COMMIT_SHA

WORKDIR /home/node/src
# Move only the files to the final image that are really needed
COPY --chown=node:node start.sh package*.json LICENSE SECURITY.md ./
COPY --chown=node:node package*.json LICENSE SECURITY.md ./
COPY --chown=node:node --from=production-dependencies /src/node_modules/ ./node_modules/
COPY --chown=node:node --from=build /src/build/server ./build/server
COPY --chown=node:node --from=build /src/build/client ./build/client
Expand Down

0 comments on commit 082d096

Please sign in to comment.