8 lines
322 B
Docker
8 lines
322 B
Docker
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.195.0/containers/javascript-node/.devcontainer/base.Dockerfile
|
|
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:16-bullseye
|
|
|
|
ENV \
|
|
DEBIAN_FRONTEND=noninteractive \
|
|
DEVCONTAINER=true \
|
|
PATH=$PATH:./node_modules/.bin
|