Merge pull request #50 from SuperSandro2000/patch-1

Remove duplicated argument
This commit is contained in:
Joachim Bauch 2020-09-09 16:31:42 +02:00 committed by GitHub
commit 7bd9ee07b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ FROM alpine:3.11
ENV CONFIG=/config/server.conf
RUN adduser -D spreedbackend && \
apk add --no-cache --no-cache ca-certificates libc6-compat libstdc++
apk add --no-cache ca-certificates libc6-compat libstdc++
USER spreedbackend
COPY --from=builder /workdir/bin/signaling /usr/local/signaling
COPY ./server.conf.in /config/server.conf