Skip to content

kumaresank/deno-docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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 ----