small fixes
Some checks failed
Build and Push Shulker Image / build (push) Failing after 12s

This commit is contained in:
Marc
2025-10-02 10:35:24 +02:00
parent 3829e3d409
commit 4f13a498a2
3 changed files with 20 additions and 4 deletions

View File

@@ -35,9 +35,10 @@ COPY docker/shulker/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
# Install helpful runtime tools
RUN apk add --no-cache jq
RUN apk add --no-cache jq su-exec
USER shulker
# Start as root to allow entrypoint to chown mounted volumes, then drop to non-root
USER root
# Shulker default port
EXPOSE 8000