Removing extra labels (#2)

This commit is contained in:
Chris Patterson
2019-08-02 11:37:40 -05:00
committed by Danny McCormick
parent dcf7775603
commit 7fe2514e42

View File

@@ -1,16 +1,7 @@
FROM node:slim
LABEL "name"="Container Action Template"
LABEL "maintainer"="GitHub Actions <support+actions@github.com>"
LABEL "version"="1.0.0"
LABEL "com.github.actions.name"="GitHub Container Action Template"
LABEL "com.github.actions.description"="Container action template."
LABEL "com.github.actions.icon"="package"
LABEL "com.github.actions.color"="blue"
COPY . .
RUN npm install --production
ENTRYPOINT ["node", "/lib/main.js"]
ENTRYPOINT ["node", "/lib/main.js"]