From 86b4bd28c9e575b3d7487ac97a7f64e282c9e726 Mon Sep 17 00:00:00 2001 From: Mike Rousos Date: Mon, 4 Aug 2025 11:21:08 -0400 Subject: [PATCH] Emphasize that Copilot needs to review its work and check that containerization settings have been respected --- prompts/containerize-aspnetcore.prompt.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prompts/containerize-aspnetcore.prompt.md b/prompts/containerize-aspnetcore.prompt.md index a6a235a..72c0ac5 100644 --- a/prompts/containerize-aspnetcore.prompt.md +++ b/prompts/containerize-aspnetcore.prompt.md @@ -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.