13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"build": [],
|
|
"services": [
|
|
{
|
|
"name": "TepexoffBot",
|
|
"restart_after_update": true,
|
|
"env": [
|
|
"NODE_PATH=/usr/lib/node_modules"
|
|
],
|
|
"cmd": ["node main.js"]
|
|
}
|
|
]
|
|
} |