Skip to content

Commit

Permalink
Merge pull request #633 from machisuke/fix_node_prune
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip authored May 20, 2022
2 parents 089f070 + d2e8456 commit ff9de7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ENV NODE_ENV production
COPY package.json yarn.lock ./
RUN yarn --production

RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash
RUN ./bin/node-prune
RUN curl -sf https://gobinaries.com/tj/node-prune | sh
RUN node-prune

###############################################################

Expand Down

0 comments on commit ff9de7e

Please sign in to comment.