Sign inSign up

simoncoulton/deno

By simoncoulton

Updated about 6 years ago

Container suitable for Deno development

Image
0

105

simoncoulton/deno repository overview

README

A simple Docker container for Deno 🦕

Usage

Dockerfile

FROM simoncoulton/deno:alpine-latest

CMD ["run", "mod.ts"]

docker-compose.yml

version: "3.8"

services:
  deno:
    image: simoncoulton/deno:alpine-latest

For more details see the example container in example/

Tag summary

Content type

Image

Digest

Size

25.8 MB

Last updated

about 6 years ago

docker pull simoncoulton/deno:alpine-1.3.0