Skip to content

Commit

Permalink
fix: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeVerhelst committed Jun 18, 2024
1 parent 041f6c6 commit 3f6c182
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 @@ -15,6 +15,6 @@ COPY entrypoint.sh /app/entrypoint.sh
RUN apk update && apk add --no-cache postgresql-client
RUN chmod +x /app/entrypoint.sh
RUN yarn install
RUN chown -R node:node /app/node_modules
RUN chown -R a+w /app/node_modules
ENTRYPOINT ["/app/entrypoint.sh"]
EXPOSE 4000

0 comments on commit 3f6c182

Please sign in to comment.