Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jun 21, 2024
1 parent 8329f05 commit c069327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apk upgrade --no-cache -a && \
yarn cache clean --all && \
clean-modules --yes
FROM alpine:3.20.1 AS strip
COPY --from=build-backend /app /app
COPY --from=build /app /app
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates binutils file && \
find /app/node_modules -name "*.node" -exec strip -s {} \; && \
Expand Down

0 comments on commit c069327

Please sign in to comment.