Skip to content

Commit

Permalink
Merge pull request #53 from sawa-zen/fix/change-yarn-install-to-npm-i…
Browse files Browse the repository at this point in the history
…nstall

fix(cli): Change yarn install to npm install
  • Loading branch information
hrishikesh-k authored Sep 18, 2022
2 parents 7bf084a + 053ed64 commit 035e9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL "com.github.actions.description"="Wraps the Netlify CLI to enable common N
LABEL "com.github.actions.icon"="cloud"
LABEL "com.github.actions.color"="blue"

RUN yarn global add netlify-cli
RUN npm install -g netlify-cli

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 035e9be

Please # to comment.