Skip to content
/ deno Public template

Dockerfile for use with your Deno applications.

Notifications You must be signed in to change notification settings

brianraila/deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Deno Docker

A Docker Image to use with Deno applications.

Deno Versions

To use a different version of Deno, change the following line in the Dockerfile

ENV DENO_VERSION=1.1.2

And specify your desired Deno Version

Github Actions (CI/CD)

A workflow file has been added to test and push this image to Github Packages.