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.
drone-netlify/Dockerfile
Simon Bruder d83864234e
All checks were successful
continuous-integration/drone/push Build is passing
Init
2020-08-04 00:47:49 +02:00

10 lines
131 B
Docker

FROM node:alpine
RUN apk add --no-cache git
RUN yarn global add netlify-cli
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]