Heroku configuration

This commit is contained in:
Senad Uka
2019-06-22 06:39:40 +02:00
parent 857324cdc9
commit 50cfbfede5
5 changed files with 15 additions and 2 deletions

2
Procfile.dev Normal file
View File

@@ -0,0 +1,2 @@
web: PORT=3000 yarn --cwd client start
api: PORT=3001 bundle exec rails s