بنقرة واحدة
dotnet-build-docker
Publish .NET projects using the container publish profile to produce Docker images for services.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Publish .NET projects using the container publish profile to produce Docker images for services.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Stop and remove development Docker containers started by `docker-compose` to tear down local dependencies.
Start development dependency services with `docker-compose` (PostgreSQL, Keycloak, DAB) for local testing.
Launch the .NET Aspire orchestrator to start the full local application stack and its dependencies for development.
Publish .NET projects targeting linux-arm64 to produce ARM64-compatible container images (Apple Silicon).
Compile the BFF project to verify the `Microscope.Boilerplate.Clients.BFF` project builds successfully.
Build the entire Microscope.Boilerplate solution locally to verify compilation and produce build outputs.
| name | dotnet-build-docker |
| description | Publish .NET projects using the container publish profile to produce Docker images for services. |
Build Docker containers for deployment.
dotnet publish -p:PublishProfile=DefaultContainer
Create Docker images for services
Docker images ready for deployment