Files
check-html-links-action/Dockerfile
Julien Lengrand-Lambert 2ce31d6710 Creates dummy repository
2021-01-20 16:05:04 +01:00

3 lines
83 B
Docker

FROM node:14-alpine
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]