fix node prune location

fixes https://github.com/ohmyform/ohmyform/issues/184
This commit is contained in:
Michael Schramm 2022-07-28 08:01:08 +02:00
parent 19339436a3
commit 011a6baef4
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,8 @@ Template for next version
### Fixed ### Fixed
- node prune location (https://github.com/ohmyform/ohmyform/issues/184)
### Security ### Security
## [1.0.3] - 2022-03-27 ## [1.0.3] - 2022-03-27

View File

@ -6,7 +6,7 @@ WORKDIR /usr/src/app
RUN apk --update --no-cache add curl bash g++ make libpng-dev RUN apk --update --no-cache add curl bash g++ make libpng-dev
# install node-prune (https://github.com/tj/node-prune) # 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 . ./ COPY . ./