From 83831df27f015a341e92ca86600adfe64305b069 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 21 Oct 2015 14:25:44 -0400 Subject: [PATCH] Add procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..c2c566e --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bundle exec puma -C config/puma.rb