parent
ea95999582
commit
3624899b3d
@ -0,0 +1 @@ |
||||
FROM meteorhacks/meteord:onbuild |
||||
@ -0,0 +1,16 @@ |
||||
{ |
||||
"name": "Rocket.Chat", |
||||
"description": "Have your own open-source Slack-like online chat, built with Meteor.", |
||||
"repository": "https://github.com/RocketChat/Rocket.Chat", |
||||
"logo": "http://rocket.chat/images/logo/logo-dark.svg", |
||||
"keywords": ["meteor", "social", "community", "chat"], |
||||
"env": { |
||||
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git", |
||||
"ROOT_URL": { |
||||
"description": "The full URL of your Rocket.Chat app (by default, http://appname.herokuapp.com)." |
||||
} |
||||
}, |
||||
"addons": [ |
||||
"mongolab" |
||||
] |
||||
} |
||||
Loading…
Reference in new issue