mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-01-22 13:24:45 +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"]
|