Polish onboarding and reference asset layout

This commit is contained in:
hyunho
2026-04-02 11:22:52 +09:00
parent c0564ee326
commit f5c68ada80
8 changed files with 21 additions and 7 deletions

View File

@@ -39,12 +39,14 @@
기본 공개 환경:
```bash
cp .env.example .env
docker compose up -d --build
```
격리된 `8081` 개발 환경:
```bash
cp .env.example .env
./scripts/prepare_dev_worktree.sh
cd .dev-worktree-8081
docker compose -p mh-dashboard-organization-dev --env-file .env -f docker-compose.8081.yml up -d --build