Fix #459: Add explicit Caddyfiles for dev and prod#460
Conversation
samdark
commented
Apr 12, 2026
| Q | A |
|---|---|
| Is bugfix? | ❌ |
| New feature? | ✔️ |
| Breaks BC? | ❌ |
| Fixed issues | #459 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #460 +/- ##
=========================================
Coverage 85.08% 85.08%
Complexity 29 29
=========================================
Files 11 11
Lines 181 181
=========================================
Hits 154 154
Misses 27 27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Adds explicit FrankenPHP/Caddy Caddyfile configurations for Docker so dev and prod builds don’t rely on the image’s default config.
Changes:
- Copy an explicit
Caddyfileinto the dev and prod Docker image stages. - Add new
docker/dev/Caddyfileanddocker/Caddyfile. - Update
.dockerignoreandCHANGELOG.mdto include and document the new Caddyfiles.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
docker/Dockerfile |
Copies explicit Caddyfiles into dev/prod stages. |
docker/dev/Caddyfile |
Introduces dev Caddy/FrankenPHP config. |
docker/Caddyfile |
Introduces prod Caddy/FrankenPHP config. |
.dockerignore |
Ensures Caddyfiles are included in the build context. |
CHANGELOG.md |
Bumps “under development” version and documents #459. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.