serve frontend from rails through protected route

This commit is contained in:
Bilal
2020-05-21 18:14:15 +02:00
parent aaa857a6e7
commit 5dbd2ec95d
5 changed files with 22 additions and 1 deletions

2
Procfile Normal file
View File

@@ -0,0 +1,2 @@
web: bundle exec rails s
release: bundle exec rails db:migrate