Move production to the default and devlopment to alternate

This commit is contained in:
Ryan W
2023-10-15 16:48:56 -07:00
parent a2d18a758d
commit 5b7b34993b
+1 -1
View File
@@ -1,5 +1,5 @@
build:
docker:
web: production.Dockerfile
web: Dockerfile
run:
web: bundle exec puma -C config/puma.rb