Emma 4e01c6f59f
Some checks failed
Build and Push Deno Release Action / build-and-publish (push) Failing after 22s
Build and Push Version Check Action / build (push) Successful in 18s
first deno publish workflow
2025-05-06 18:40:01 -06:00

9 lines
161 B
Docker

FROM denoland/deno:2.3.1
RUN apk add --no-cache zip curl bash git
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]