9
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-02-11 09:09:22 +00:00
commitlint-github-action/Dockerfile
2019-10-01 20:09:37 -03:00

9 lines
101 B
Docker

FROM node:10
COPY package*.json /
RUN npm ci --production
COPY . .
ENTRYPOINT ["/entrypoint.sh"]