Skip to content

Commit 96bcbda

Browse files
committed
update UID and GID number
1 parent a0ff41c commit 96bcbda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.ubuntu-2404

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ ENV GAMESERVER=jc2server
2323
ENV VALIDATE_ON_START=false
2424
ENV UPDATE_CHECK=60
2525
ENV USER=linuxgsm
26-
ENV UID=1001
27-
ENV GID=1001
26+
ENV UID=1000
27+
ENV GID=1000
2828

2929
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3030

0 commit comments

Comments
 (0)