From bd54263c3ef343c7705410cf23317af15e0223d4 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 30 Sep 2023 20:11:14 -0700 Subject: [PATCH] back to puma --- production.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.Dockerfile b/production.Dockerfile index 7893f74..051448f 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -83,4 +83,4 @@ HEALTHCHECK --interval=15s --timeout=3s --start-period=0s --start-interval=5s -- # Start the server by default, this can be overwritten at runtime EXPOSE 3000 -CMD ["./bin/rails", "server"] +CMD ["bundle", "exec", "puma", "-C", "config/puma.rb"]