Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/elk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN pnpm i --frozen-lockfile
RUN pnpm build

# Stage 2: Working app image
FROM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:0ec7c983ec8761ca05b30153946919444700ad019f5ff45fdcc76b3af83ab4fc
FROM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:010cb788479147947d2515097bc9c8b77e12e77316f79a0d46e60c445905038b
WORKDIR /elk/data
WORKDIR /elk
COPY --chown=42069:42069 --from=builder /elk/.output /elk/.output
Expand Down
Loading