mcTelegramBot/ev.json
2019-02-06 15:50:40 +03:00

13 lines
273 B
JSON

{
"build": [],
"services": [
{
"name": "TepexoffBot",
"restart_after_update": true,
"env": [
"NODE_PATH=/usr/lib/node_modules"
],
"cmd": ["npm build && npm start"]
}
]
}