Skip to content

Commit

Permalink
hadolint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm committed Nov 16, 2023
1 parent 5624a5c commit da22a5a
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 @@ -261,7 +261,7 @@ EXPOSE ${LABKEY_PORT}
STOPSIGNAL SIGTERM

# defang
RUN [ -z "${DEBUG}" ] && find / -xdev -perm /6000 -type f -exec chmod a-s {} \; || true
RUN [ -z "${DEBUG}" ] && (find / -xdev -perm /6000 -type f -exec chmod a-s {} \; || true)

USER labkey

Expand Down

0 comments on commit da22a5a

Please sign in to comment.