This repository has been archived on 2020-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
netlify-cli/Dockerfile

8 lines
85 B
Docker
Raw Normal View History

2020-08-04 00:22:47 +02:00
FROM node:alpine
RUN yarn global add netlify-cli
USER node
ENTRYPOINT ["netlify"]