Community maintained Docker config for the knot server

fix adduser/group commands in spindle stage

psychedeli.ca c04d282f 3cffdc73

verified
+2 -2
+2 -2
Dockerfile
··· 56 56 ARG UID=1000 57 57 ARG GID=1000 58 58 59 - RUN groupadd --system -g $GID -f spindle 60 - RUN useradd --system -u $UID -g $GID spindle 59 + RUN adduser --system --uid $UID spindle 60 + RUN addgroup --system --gid $UID spindle 61 61 RUN mkdir -p /app && chown -R spindle:spindle /app 62 62 63 63 COPY --from=build-spindle /usr/bin/spindle /usr/bin