Procfile added to explicitly use Puma as a backend webserver

This commit is contained in:
Christoph Haas 2021-02-13 19:16:47 +01:00
parent bbc8bf55fb
commit 3b99f3d08e

2
Procfile Normal file
View file

@ -0,0 +1,2 @@
web: bundle exec puma -C config/puma.rb