mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
4 lines
125 B
Docker
4 lines
125 B
Docker
FROM node:10.14.1-alpine
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
ENV WRANGLER_HOME /github/workspace
|
|
ENTRYPOINT ["/entrypoint.sh"]
|