start.sh 151 B

1234567
  1. #!/bin/sh
  2. cd /app
  3. npm config set strict-ssl false
  4. npm config set registry https://registry.npm.taobao.org --global
  5. npm install
  6. node /app/dist/index.js