Update velocity

This commit is contained in:
MrLetsplay 2023-04-08 22:36:34 +02:00
parent cef3b0572f
commit 712b0f0f03

View File

@ -7,8 +7,7 @@ RUN apk add --upgrade sudo shadow openjdk17 curl jq
ADD ./bin /usr/local/bin
RUN groupadd -g $GID velocity
RUN useradd -u $UID -g $GID velocity
RUN useradd velocity
RUN mkdir /velocity && chown -R velocity /velocity