nodejs ( typescript )run with pm2
326
nodejs ( typescript )run with pm2
package.json
scripts:
"scripts": {
"build": "node ./node_modules/typescript/bin/tsc --listEmittedFiles",
"start": "npm run build && pm2 start -x dist/app.js --no-daemon"
}
docker run -d --rm --name test -v "${PWD}:/app -p 8081:80 cowpanda/node-typescript-pm2:latest"
Content type
Image
Digest
Size
276 MB
Last updated
over 8 years ago
docker pull cowpanda/node-typescript-pm2