Skip to content

Commit b6255d5

Browse files
justin808claude
andcommitted
Enable early hints in Control Plane production deployment
Added --early-hints flag to the Rails server command in the Control Plane Dockerfile. This enables Puma to send HTTP 103 Early Hints responses in production, allowing browsers to preload assets while the server is still preparing the HTML response. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 56d2a68 commit b6255d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.controlplane/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +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-
CMD ["./bin/rails", "server"]
82+
CMD ["./bin/rails", "server", "--early-hints"]

0 commit comments

Comments
 (0)