Add nitrous.io Quickstart configs and update README
This commit is contained in:
parent
4584c85b4b
commit
e46f20527c
4 changed files with 48 additions and 0 deletions
9
nitrous.json
Normal file
9
nitrous.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"template": "nodejs",
|
||||
"ports": [3000],
|
||||
"name": "Mailtrain",
|
||||
"description": "Self hosted newsletter app.",
|
||||
"scripts": {
|
||||
"Start Mailtrain": "cd ~/code/mailtrain && NODE_ENV=production npm start"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue