mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-04-25 04:16:22 +02:00
chore(docker): revert root user workaround
This commit is contained in:
parent
237fce9504
commit
4ce60a33d6
1 changed files with 3 additions and 3 deletions
|
|
@ -22,9 +22,9 @@ RUN apk add --no-cache ca-certificates
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /gomcp /app/gomcp
|
COPY --from=builder /gomcp /app/gomcp
|
||||||
|
|
||||||
# RUN addgroup -S syntrex && adduser -S syntrex -G syntrex
|
RUN addgroup -S syntrex && adduser -S syntrex -G syntrex
|
||||||
# RUN mkdir -p /data/.rlm && chown -R syntrex:syntrex /data
|
RUN mkdir -p /data/.rlm && chown -R syntrex:syntrex /data
|
||||||
# USER syntrex
|
USER syntrex
|
||||||
|
|
||||||
EXPOSE 9750
|
EXPOSE 9750
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue