Skip to content

Commit

Permalink
fix bundle permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Dec 12, 2023
1 parent 12ca2d8 commit f8fc024
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 @@ -51,7 +51,7 @@ COPY --from=build /usr/local/bundle/ /usr/local/bundle

RUN chmod +x /app/scripts/entrypoint.sh && \
adduser -h /app -u 1000 -s /bin/bash -D keygen && \
chown -R keygen:keygen /app
chown -R keygen:keygen /app /usr/local/bundle

USER keygen

Expand Down

0 comments on commit f8fc024

Please sign in to comment.