Skip to content

Commit

Permalink
🐳 config(docker): Remove final log step in build stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 17, 2024
1 parent d70818a commit 77e7767
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ RUN cd dist/bundle/programs/server && \
meteor npm install


# NOTE Final log step

RUN find . -maxdepth 3


FROM gcr.io/distroless/cc-debian${DEBIAN_VERSION}:nonroot

COPY --from=build --chown=nonroot:nonroot /home/build/node/bin/node /home/nonroot/node/bin/node
Expand Down

0 comments on commit 77e7767

Please sign in to comment.