Commit a364cfe8 authored by pyang's avatar pyang

增加发布命令

parent ba200aab
......@@ -4,7 +4,8 @@
"private": true,
"scripts": {
"start": "NODE_ENV=development npm run dev",
"dev": "nodemon index.js --exec babel-node"
"dev": "nodemon index.js --exec babel-node",
"deploy": "docker build -t dhub.yunpro.cn/yves/xy-ads:1.0.6 . && docker push dhub.yunpro.cn/yves/xy-ads:1.0.6"
},
"dependencies": {
"babel-cli": "^6.24.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment