错误
docker build -t index .docker imagescd /home/wechat-pro/serverdocker build -t index . //cnpm i//pm2 start//pm2 start index.jspm2 start index.js --name index
正确
use admin
db.auth('test','123')
use movies
db.top250.find()
cd /home/wechat-pro/server
yarn
pm2 delete index
cd /home/wechat-pro/server
yarn
pm2 start index.js




