Skip to content

Commit f6788b7

Browse files
justin808claude
andcommitted
Match master's Dockerfile - use Puma instead of Thruster
The PR review app should use the same server as production to accurately test early hints behavior. Master uses Puma directly, not Thruster. Puma supports HTTP/1.1 103 Early Hints as documented in Shakapacker. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent fe0e5e7 commit f6788b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.controlplane/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,4 @@ ENTRYPOINT ["./.controlplane/entrypoint.sh"]
7979

8080
# Default args to pass to the entry point that can be overridden
8181
# For Kubernetes and ControlPlane, these are the "workload args"
82-
# Use Thruster HTTP/2 proxy for optimized performance
83-
CMD ["bundle", "exec", "thrust", "bin/rails", "server"]
82+
CMD ["./bin/rails", "server"]

0 commit comments

Comments
 (0)