Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
/ node-dev-docker Public archive

Supporting image for node/angular development, with browser-test support and more

Notifications You must be signed in to change notification settings

evryfs/node-dev-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build

archived

No longer maintained as github actions offer a better experience than Jenkins.

node-dev-docker

Tags / versions

See branches for actively maintained versions.

The image contains tooling and libs for:

which makes it ideal for being the build-environment in CI/Jenkins.

Use

The source to build should be mounted in /app.

Set GOSU_USER=: to the UID of the user running the image (typically Jenkins), this ensures that the "node" user will get this uid/gid, and chown node's home, /home/node which contains tooling - this again make files generated during the build to match the out-of-container ownership.