diff --git a/Dockerfile b/Dockerfile index f0170c5..71dcb95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,5 @@ FROM ${GCR_MIRROR}distroless/static:nonroot LABEL org.opencontainers.image.source https://github.com/norskhelsenett/ror WORKDIR / -COPY dist/auth /bin/auth +COPY dist/ms-auth /bin/auth ENTRYPOINT ["/bin/auth"]