misc: refactored bin content into files/shims (#3607)

This commit is contained in:
Geoff Bourne
2025-08-10 09:05:10 -05:00
committed by GitHub
parent b6a8b95159
commit 5bd6287f52
5 changed files with 1 additions and 2 deletions

View File

@@ -65,8 +65,7 @@ STOPSIGNAL SIGTERM
ENV TYPE=VANILLA VERSION=LATEST EULA="" UID=1000 GID=1000 LC_ALL=en_US.UTF-8
COPY --chmod=755 scripts/start* /
COPY --chmod=755 bin/ /usr/local/bin/
COPY --chmod=755 bin/mc-health /health.sh
COPY --chmod=755 files/shims/ /usr/local/bin/
COPY --chmod=755 files/* /image/
COPY --chmod=755 files/auto /auto

0
bin/mc-health → files/shims/mc-health Executable file → Normal file
View File

View File

0
bin/mcstatus → files/shims/mcstatus Executable file → Normal file
View File