From 5b7b34993b9f8e831d4c1c8af75f9db2b4326266 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sun, 15 Oct 2023 16:48:56 -0700 Subject: [PATCH] Move production to the default and devlopment to alternate --- heroku.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heroku.yml b/heroku.yml index 187f7e0..c4de7d5 100644 --- a/heroku.yml +++ b/heroku.yml @@ -1,5 +1,5 @@ build: docker: - web: production.Dockerfile + web: Dockerfile run: web: bundle exec puma -C config/puma.rb