Skip to content

Commit

Permalink
Update directories permission
Browse files Browse the repository at this point in the history
  • Loading branch information
nodece committed Jul 29, 2024
1 parent 741ccc7 commit c6c925d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ COPY scripts /opt/bookkeeper/scripts
RUN chmod +x -R /opt/bookkeeper/scripts/

RUN chown -R 10000:0 /opt/bookkeeper
RUN chmod -R ug+rwx /opt/bookkeeper
RUN chmod -R g+rx /opt/bookkeeper/bin
RUN chmod -R g+rx /opt/bookkeeper/scripts

USER 10000:0

ENTRYPOINT [ "/bin/bash", "/opt/bookkeeper/scripts/entrypoint.sh" ]
Expand Down

0 comments on commit c6c925d

Please sign in to comment.