Skip to content

Commit

Permalink
build(core): 👷 ensure read access to source code to unprivileged users
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed May 2, 2024
1 parent f1ac92f commit 71bcea8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/lifemonitor.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ COPY --chown=lm:lm lifemonitor /lm/lifemonitor
COPY --chown=lm:lm migrations /lm/migrations
COPY --chown=lm:lm cli /lm/cli

# Ensure read access to source code to unprivileged users
RUN find /lm/lifemonitor/ -type d -exec chmod a+r {} \;

##################################################################
## Node Stage
##################################################################
Expand Down

0 comments on commit 71bcea8

Please sign in to comment.