Sign inSign up

hayd/test

By hayd

Updated almost 7 years ago

Testing of automated building for deno

Image
0

630

hayd/test repository overview

deno_docker

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.

Tag summary

Content type

Image

Digest

Size

70.9 MB

Last updated

almost 7 years ago

docker pull hayd/test:amazonlinux-1-0.23.0