diff --git a/Complement.Dockerfile b/Complement.Dockerfile index ce331232a1f695dc2b76fc90b752b3da16ba1448..e525d8c80d9191ceae9bfcf7ade90a678b0b8b9c 100644 --- a/Complement.Dockerfile +++ b/Complement.Dockerfile @@ -14,10 +14,6 @@ RUN ./build.sh # Final runtime stage. FROM alpine -ARG UID=999 -ARG GID=999 -USER ${UID}:${GID} - COPY --from=builder /opt/bin/media_repo /opt/bin/complement_hs /usr/local/bin/ RUN apk add --no-cache ca-certificates postgresql openssl dos2unix