Rename serve.Dockerfile to Dockerfile and update all references #234
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
serve.Dockerfile
has evolved to include multiple stages and targets serving various purposes in the project. The name no longer accurately reflects its broader functionality, so it has been renamed to the more conventionalDockerfile
.Changes Made
serve.Dockerfile
toDockerfile
docker-compose.yml
to use the new filename.github/workflows/on_pr_test.yaml
Dockerfile
to.eleventyignore
to prevent it from being included in the built siteValidation
All Docker Compose services continue to work correctly with the new filename:
serve
- Development serverdist
- Build distributionbuild
- Eleventy buildtest
- BDD testingshell
- Debug shellhttp_serve
- Apache serverbroken_links
- Link checkerstaging
- Staging environmentThe Dockerfile syntax and all multi-stage build targets remain unchanged, ensuring full backward compatibility while providing a cleaner, more standard naming convention.
Fixes #233.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.