mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
pin proxy uid and add user group
This commit is contained in:
parent
bd9a7b2ba9
commit
fa18ce95dd
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ RUN touch /.dockerenv && \
|
|||
FROM alpine:3
|
||||
|
||||
ENV CONFIG=/config/proxy.conf
|
||||
RUN adduser -D -S -H spreedbackend && \
|
||||
RUN addgroup -g 850 spreedbackend && \
|
||||
adduser -D --uid 850 -S -H -G spreedbackend spreedbackend && \
|
||||
apk add --no-cache bash tzdata ca-certificates su-exec
|
||||
|
||||
COPY --from=builder /workdir/bin/proxy /usr/bin/nextcloud-spreed-signaling-proxy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue