From f05f2c4d6d2f413f242f564bf1d309f28bb08190 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Thu, 17 Feb 2022 20:51:02 -0500 Subject: [PATCH] Set up for prod --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c72c26..5ed81fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ RUN bundle install EXPOSE 4567 # Send it -CMD ["bundle", "exec", "mywillpower.rb"] +CMD ["bundle", "exec", "puma", "-p", "4567", "-e", "production"]