An open API service indexing awesome lists of open source software.

https://github.com/brianraila/deno

Dockerfile for use with your Deno applications.
https://github.com/brianraila/deno

deno docker dockerfile javascript typescript v8

Last synced: about 2 months ago
JSON representation

Dockerfile for use with your Deno applications.

Awesome Lists containing this project

README

          

# Deno Docker
A Docker Image to use with [Deno](https://deno.land) 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](https://github.com/brianraila/deno-docker/tree/master/.github/workflows) file has been added to test and push this image to Github Packages.