Docker files for deno.
These are published on Dockerhub at hayd/deno.
For example:
FROM hayd/deno:alpine-0.2.5
EXPOSE 1993
WORKDIR /app
ADD . /app
ENTRYPOINT ["deno", "--allow-net", "main.ts"]
and run locally:
$ docker build -t app . && docker run -it --init -p 1993:1993 app
See example directory.
Content type
Image
Digest
Size
70.9 MB
Last updated
almost 7 years ago
docker pull hayd/test:amazonlinux-1-0.23.0