Updated install link for node-prune

This commit is contained in:
ru2saig 2022-05-23 00:49:08 +05:30
parent bef2eb7344
commit ee962f9afa

View File

@ -29,7 +29,7 @@ WORKDIR /usr/src/api
RUN apk --update --no-cache add curl bash g++ make libpng-dev
# install node-prune (https://github.com/tj/node-prune)
RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin
RUN curl -sf https://gobinaries.com/tj/node-prune | sh
COPY api/ .