Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 433 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 433 Bytes

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.