From d05675c8a5d90a9f6521aff1f67d5aaf67c18ee6 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Tue, 15 Feb 2022 23:13:55 -0500 Subject: [PATCH] Just run dev mode for now --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f359993..1c72c26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,5 +17,4 @@ RUN bundle install EXPOSE 4567 # Send it -CMD ["bundle", "exec", "rackup", "-o", "0.0.0.0", "-p", "4567", "-E", \ - "production"] +CMD ["bundle", "exec", "mywillpower.rb"]