Sign inSign up

mrhappynice/node-dev

By mrhappynice

Updated 11 months ago

Image
0

224

mrhappynice/node-dev repository overview

Node dev for Alpine

Installed:

  • python3 + pip
  • gcc + g++
  • make

Can use to build bplus-search and other SEA apps.

  • Run:
docker run --rm -it \
  -v "$PWD":/workspace \
  -u "$(id -u):$(id -g)" \
  mrhappynice/node-dev:latest sh

  • Run in any dev folder:
chmod +x run.sh && cp run.sh /usr/local/bin/node-dev

then just run node-dev in any folder

Tag summary

Content type

Image

Digest

sha256:028e80ce0

Size

155.9 MB

Last updated

11 months ago

docker pull mrhappynice/node-dev