Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Try NVM install
- Loading branch information
Kristian Freeman
committed
Oct 11, 2019
1 parent
4f3696e
commit d9c4e68
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
FROM node:10.14.1-alpine | ||
COPY entrypoint.sh /entrypoint.sh | ||
ENV XDG_CONFIG_HOME /github/workspace | ||
RUN "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash" | ||
RUN "nvm install latest" | ||
ENV WRANGLER_HOME /github/workspace | ||
COPY entrypoint.sh /entrypoint.sh | ||
ENTRYPOINT ["/entrypoint.sh"] |