D2 01 Web Docker Deploy

Dockerizes the up-app Angular project (multi-stage build served by nginx with SPA fallback) and deploys it via Docker Compose alongside up-api and the db. Use when the user asks for Day 2 step 1 of the CRUD drill, or asks to dockerize/deploy up-app.

softinter-chiangrai bd96a81 4 files · 1.3 KB Updated

File contents

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

Copy assets/web.Dockerfile to up-app/Dockerfile and assets/nginx.conf to up-app/nginx.conf. Merge the up-app service block from assets/docker-compose.web.yml into the root docker-compose.yml under the existing services: key (don't overwrite db or up-api).

softinter-chiangrai/up-ai-skill-training/tree/main/skills/d2-01-web-docker-deploy commit bd96a81739

Frequently asked questions

npx skillmds@latest add softinter-chiangrai/d2-01-web-docker-deploy