Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaegrov committed Dec 10, 2024
1 parent cfa8242 commit 1a44000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ COPY ./package-lock.json ./

RUN npm ci --ignore-scripts --omit dev


# export build to filesystem (GitHub)
FROM scratch AS build-export
COPY --from=app-build /app/build ./


# runtime
FROM gcr.io/distroless/nodejs22-debian12 AS runtime
WORKDIR /app
Expand Down

0 comments on commit 1a44000

Please sign in to comment.