Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 328 Bytes

File metadata and controls

19 lines (13 loc) · 328 Bytes

Learning Nodejs

  • This package is prepare for testing purpose.

build

## without plain output
DOCKER_BUILDKIT=0 BUILDKIT_PROGRESS=plain docker build .  --no-cache --compress -t test

## 
docker build .  --no-cache --compress -t test:v1.0.0

Run locally

docker run -p 8081:8081 test:v1.0.0 nodejs