diff --git a/Dockerfile b/Dockerfile index 40b53ae..0026eaf 100755 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,8 @@ RUN CGO_ENABLED=0 go build -o /server FROM gcr.io/distroless/static:nonroot +WORKDIR / + COPY --from=builder /server / COPY --from=builder /app/oidc-provider/web /oidc-provider/web