fix node prune location
fixes https://github.com/ohmyform/ohmyform/issues/184
This commit is contained in:
parent
b6f0c9d64a
commit
c2c421baa6
@ -27,6 +27,7 @@ Template for next version
|
||||
### Fixed
|
||||
|
||||
- creation of new logic elements
|
||||
- node prune location (https://github.com/ohmyform/ohmyform/issues/184)
|
||||
|
||||
### Security
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ WORKDIR /usr/src/app
|
||||
RUN apk update && apk add curl bash && rm -rf /var/cache/apk/*
|
||||
|
||||
# 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
|
||||
|
||||
# just copy everhing
|
||||
COPY . .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user