wrangler-action/Dockerfile

6 lines
151 B
Docker
Raw Permalink Normal View History

2019-10-11 19:45:15 +02:00
FROM node:12
2019-10-11 19:42:00 +02:00
ENV XDG_CONFIG_HOME /github/workspace
ENV WRANGLER_HOME /github/workspace
2019-10-11 19:42:00 +02:00
COPY entrypoint.sh /entrypoint.sh
2019-10-07 21:41:21 +02:00
ENTRYPOINT ["/entrypoint.sh"]