Skip to content

Commit

Permalink
add 'defang' command
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm committed Aug 7, 2023
1 parent 25c0b0a commit 2121da6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ EXPOSE ${LABKEY_PORT}

STOPSIGNAL SIGTERM

# defang
RUN find / -xdev -perm /6000 -type f -exec chmod a-s {} \; || true

USER labkey

# shell form e.g. executed w/ /bin/sh -c
Expand Down

0 comments on commit 2121da6

Please sign in to comment.