/deno-docker-template

Simple DenoJS docker template

Primary LanguageTypeScript

Build the image

docker-compose up --build

Launch the service with this command

docker-compose up deno

visit localhost:8000 from a browser

---- Happy Coding ----