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 17, 2023
1 parent 8e33a96 commit ca7f74a
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 @@ -267,7 +267,7 @@ EXPOSE ${LABKEY_PORT}
STOPSIGNAL SIGTERM

RUN if [ -z "${DEBUG}" ]; then \
find / -xdev -perm /6000 -type f -exec chmod a-s {} \ || true; \
find / -xdev -perm /6000 -type f -exec chmod a-s {} \; || true; \
fi;

USER labkey
Expand Down

0 comments on commit ca7f74a

Please sign in to comment.