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.
- Host: GitHub
- URL: https://github.com/brianraila/deno
- Owner: brianraila
- Created: 2020-04-07T07:50:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T06:52:04.000Z (almost 6 years ago)
- Last Synced: 2025-10-26T11:14:14.073Z (8 months ago)
- Topics: deno, docker, dockerfile, javascript, typescript, v8
- Language: Dockerfile
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.