From 95da771778a2f81ef401318528c0b77867872baf Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Wed, 13 Apr 2016 17:55:10 +0200 Subject: [PATCH] Fix path to server --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 7238eaa6..516b563b 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -web: bundle exec ruby waiter/web.rb -p $PORT +web: bundle exec ruby waiter/app.rb -p $PORT assets: rerun -x -p 'assets/**/*' 'bundle exec rakep' #specs: rerun -x -p 'public/**/*' './run_jasmine.coffee public/spec.html'