wrangler-action/Dockerfile
Alessandro (Ale) Segala 95ac136231
Update Node.js to 16
2021-05-12 22:21:56 -07:00

5 lines
151 B
Docker

FROM node:16
ENV XDG_CONFIG_HOME /github/workspace
ENV WRANGLER_HOME /github/workspace
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]