From a8f82e39cb0ad9a3c8725df574a35fea99ae40c2 Mon Sep 17 00:00:00 2001 From: lixianlin01 Date: Tue, 28 Mar 2023 19:06:07 +0800 Subject: [PATCH] modified: Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06902b5d..e8852106 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,6 @@ COPY nsswitch.conf /etc/nsswitch.conf COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt COPY --from=builder /go/src/github.com/oauth2-proxy/oauth2-proxy/oauth2-proxy /bin/oauth2-proxy COPY --from=builder /go/src/github.com/oauth2-proxy/oauth2-proxy/jwt_signing_key.pem /etc/ssl/private/jwt_signing_key.pem -COPY --from=builder /go/src/github.com/oauth2-proxy/oauth2-proxy/pkg/app/pagewriter/login /bin/static/login USER 2000:2000