parent
c697d4d5fa
commit
c02be20586
|
@ -1,12 +1,7 @@
|
||||||
FROM node:10-slim
|
FROM node:10-slim
|
||||||
|
|
||||||
LABEL maintainer="techknowlogick <techknowlogick@gitea.io>"
|
LABEL maintainer="techknowlogick <techknowlogick@gitea.io>"
|
||||||
LABEL org.label-schema.version=latest
|
|
||||||
LABEL org.label-schema.vcs-url="https://github.com/techknowlogick/drone-netlify"
|
|
||||||
LABEL org.label-schema.name="drone-netlify"
|
|
||||||
LABEL org.label-schema.description="Deploying to netlify with Drone CI"
|
LABEL org.label-schema.description="Deploying to netlify with Drone CI"
|
||||||
LABEL org.label-schema.vendor="techknowlogick"
|
|
||||||
LABEL org.label-schema.schema-version="2.0"
|
|
||||||
|
|
||||||
RUN npm install -g netlify-cli
|
RUN npm install -g netlify-cli
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue