summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-07-10 19:30:13 -0600
committermo khan <mo@mokhan.ca>2021-07-10 19:30:13 -0600
commita970d44aa5e5c96751adb0b7fc263f6f025d59f5 (patch)
treee6f51a5eeeefb155d2a2fb12a42e8d9f1754af00 /Procfile
parentc926179d732c6c3eb865992f2e45ef06ba148939 (diff)
chore: start puma in tls mode for development
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index fdb99da..c2c566e 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: bundle exec rails server
+web: bundle exec puma -C config/puma.rb