From 3b99f3d08e507de975bfcec8e1c91a34467e7c95 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 13 Feb 2021 19:16:47 +0100 Subject: [PATCH] Procfile added to explicitly use Puma as a backend webserver --- Procfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..086a68e --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: bundle exec puma -C config/puma.rb +