Emphasize that Copilot needs to review its work and check that containerization settings have been respected

This commit is contained in:
Mike Rousos 2025-08-04 11:21:08 -04:00
parent 8053d25c58
commit 86b4bd28c9

View File

@ -203,11 +203,14 @@ Maintain a `progress.md` file with the following structure:
- [ ] Special requirements implementation
## Verification
- [ ] Review containerization settings and make sure that all requirements are met
- [ ] Docker build success
```
Do not pause for confirmation between steps. Continue methodically until the application has been containerized and Docker build succeeds.
**YOU ARE NOT DONE UNTIL ALL CHECKBOXES ARE MARKED!** This includes building the Docker image successfully and addressing any issues that arise during the build process.
## Example Dockerfile
An example Dockerfile for an ASP.NET Core (.NET) application using a Linux base image.