Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/.devcontainer/Dockerfile

A modern runtime for JavaScript and TypeScript.
Go to Latest
File
FROM mcr.microsoft.com/vscode/devcontainers/rust:0-1
# Install DenoENV DENO_INSTALL=/usr/localRUN curl -fsSL https://deno.land/x/install/install.sh | sh