Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
fix node prune location
Browse files Browse the repository at this point in the history
  • Loading branch information
wodka committed Jul 28, 2022
1 parent 1933943 commit 011a6ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Template for next version

### Fixed

- node prune location (https://github.com/ohmyform/ohmyform/issues/184)

### Security

## [1.0.3] - 2022-03-27
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /usr/src/app
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 . ./

Expand Down

0 comments on commit 011a6ba

Please sign in to comment.