wrangler-action/Dockerfile

4 lines
89 B
Text
Raw Normal View History

2019-10-11 19:22:20 +02:00
FROM node:10.14.1-alpine
2019-10-07 21:41:21 +02:00
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]