Skip to content

Commit

Permalink
fix: use npm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
sanscheese committed Jan 10, 2022
1 parent 6c34c3f commit 2ffbbd5
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 2ffbbd5

Please sign in to comment.