wrangler-action/Dockerfile

8 lines
153 B
Docker
Raw Normal View History

2021-05-13 07:21:56 +02:00
FROM node:16
2019-10-11 19:42:00 +02:00
ENV XDG_CONFIG_HOME /github/workspace
ENV WRANGLER_HOME /github/workspace
2022-05-09 12:49:03 +02:00
2019-10-11 19:42:00 +02:00
COPY entrypoint.sh /entrypoint.sh
2022-05-09 12:49:03 +02:00
2019-10-07 21:41:21 +02:00
ENTRYPOINT ["/entrypoint.sh"]