LoopBack 4 CLI Docker Image
docker run -it --rm -v $(pwd)/app skypress/loopback:latest lb4 app
- Base image is
node:current-stretch
- Everything is ran as the
node
user /app
is the defaultWORKDIR
npm
is the package manager used to installlb4
globally