mailtrain/nitrous.json

10 lines
215 B
JSON
Raw Normal View History

{
"template": "nodejs",
"ports": [3000],
"name": "Mailtrain",
"description": "Self hosted newsletter app.",
"scripts": {
"Start Mailtrain": "cd ~/code/mailtrain && NODE_ENV=production npm start"
}
}