Add Docker files, Update rails commands
This commit is contained in:
parent
7f0e2c3b42
commit
1f5cbcd6d1
7 changed files with 171 additions and 0 deletions
3
Procfile
Normal file
3
Procfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
web: rails server --binding=0.0.0.0 --port=$PORT
|
||||
mail: rails mail:smtp_server
|
||||
cron: supercronic crontab
|
Loading…
Add table
Add a link
Reference in a new issue