softinter-chiangrai/up-ai-skill-training

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.

First seen Aug 7, 2026

Installation

$ npx skills add softinter-chiangrai/up-ai-skill-training --skill d2-01-web-docker-deploy

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from softinter-chiangrai/up-ai-skill-training · top by installs.

npx skills add softinter-chiangrai/up-ai-skill-training

Browse all from softinter-chiangrai/up-ai-skill-training

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

CompatibilityRequires Docker + Docker Compose, and an existing up-app project + root docker-compose.yml with db and up-api services (from earlier drill steps).

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 795 B
  • docs SUMMARY.md 280 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 47 installs

SKILL.md

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).