summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2017-01-16 22:12:58 -0700
committermo khan <mo@mokhan.ca>2017-01-16 22:12:58 -0700
commitbf1c0c2eba77564336ca8ff3ec03c21b2df60ae9 (patch)
tree59339d45b61f4e8a4699bb1fda06566fd1725226 /Procfile
parent1977d2b3b2a7311e251f19d4629803f4900c871a (diff)
run nginx and haproxy via docker.
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 03e8299..083a5b7 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
-web: bin/rails s -p 3000 -b 0.0.0.0
+web: bundle exec puma -b 'ssl://0.0.0.0:3000?key=config/server.key&cert=config/server.crt' config.ru
worker: bundle exec sidekiq