This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user