Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.08 KB

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.