We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1dd9f commit 901b889Copy full SHA for 901b889
Dockerfile
@@ -57,7 +57,7 @@ WORKDIR /data
57
58
STOPSIGNAL SIGTERM
59
60
-ENV TYPE=VANILLA VERSION=LATEST EULA=""
+ENV TYPE=VANILLA VERSION=LATEST EULA="" UID=1000 GID=1000
61
62
COPY --chmod=755 scripts/start* /
63
COPY --chmod=755 bin/ /usr/local/bin/
scripts/start
@@ -3,6 +3,7 @@
3
# shellcheck source=start-utils
4
. "${SCRIPTS:-/}start-utils"
5
6
+# The Dockerfile ENVs take precedence here, but defaulting for testing consistency
7
: "${UID:=1000}"
8
: "${GID:=1000}"
9
0 commit comments