mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Try NVM install
This commit is contained in:
parent
4f3696e978
commit
d9c4e68352
1 changed files with 4 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue