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 3f6c182 commit e399b65
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 a+w /app/node_modules
RUN chmod -R a+w /app/node_modules
ENTRYPOINT ["/app/entrypoint.sh"]
EXPOSE 4000

0 comments on commit e399b65

Please sign in to comment.