From 3f652291484fbfaf925fdb4fcd7310118c4194c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Elnan?= Date: Thu, 21 Nov 2024 09:04:38 +0100 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]