Skip to content

NodeJS development environment image to be used for running GitHub actions and for development in VSCode remote containers.

License

Notifications You must be signed in to change notification settings

techcentr/docker-nodejs-devenv

Repository files navigation

Pulling the image

docker pull ghcr.io/techcentr/nodejs-devenv

Available tags

  • ghcr.io/techcentr/nodejs-devenv - based on NodeJS v14 alpine image

Installed software

The image contains other required software. For full list, check the Dockerfile.

Entrypoint

Unlike the default NodeJS image, the entrypoint has been changed to the default shell (ash).