fix: add Procfile for heroku

Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
BoHong Li 2020-03-02 23:03:03 +08:00
parent 5b2320f516
commit ac1b419fbd
No known key found for this signature in database
GPG Key ID: 06770355DC9ECD38
1 changed files with 1 additions and 0 deletions

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: CMD_DB_URL="$DATABASE_URL" CMD_PORT="$PORT" npm run start