D1 02 API Docker Deploy

Dockerizes the up-api .NET project and deploys it via the existing Docker Compose file alongside the db service. Use when the user asks for Day 1 step 3 of the CRUD drill, or asks to dockerize/deploy up-api.

softinter-chiangrai 104ebeb 3 files · 1.3 KB Updated

File contents

Day 1 · Step 2 — Dockerize and deploy up-api

Copy assets/api.Dockerfile to up-api/Dockerfile. Merge the up-api service block from assets/docker-compose.api.yml into the root docker-compose.yml under the existing services: key (don't overwrite the db service already there).

softinter-chiangrai/up-ai-skill-training/tree/main/skills/d1-02-api-docker-deploy commit 104ebeb3e8

Frequently asked questions

npx skillmds@latest add softinter-chiangrai/d1-02-api-docker-deploy