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
Simon Bruder 624e5b6d14
All checks were successful
continuous-integration/drone/push Build is passing
Init
2020-08-04 00:22:47 +02:00

8 lines
85 B
Docker

FROM node:alpine
RUN yarn global add netlify-cli
USER node
ENTRYPOINT ["netlify"]