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

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"]