Skip to content

Commit 8694309

Browse files
Update auth-oidc-proxy/auth/Dockerfile
Co-authored-by: Sascha Schwarze <[email protected]>
1 parent 079e14f commit 8694309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth-oidc-proxy/auth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ RUN npm install
77
FROM gcr.io/distroless/nodejs22-debian12
88
COPY --from=build-env /app /app
99
WORKDIR /app
10-
COPY index.mjs public/.
10+
COPY index.mjs public/ .
1111
EXPOSE 8080
1212
CMD ["index.mjs"]

0 commit comments

Comments
 (0)