wrangler-action/Dockerfile

5 lines
125 B
Docker
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
ENV WRANGLER_HOME /github/workspace
2019-10-07 21:41:21 +02:00
ENTRYPOINT ["/entrypoint.sh"]