We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079e14f commit 8694309Copy full SHA for 8694309
auth-oidc-proxy/auth/Dockerfile
@@ -7,6 +7,6 @@ RUN npm install
7
FROM gcr.io/distroless/nodejs22-debian12
8
COPY --from=build-env /app /app
9
WORKDIR /app
10
-COPY index.mjs public/.
+COPY index.mjs public/ .
11
EXPOSE 8080
12
CMD ["index.mjs"]
0 commit comments