ZhenYi
|
f1388a6ae2
|
fix: nginx resolver for dynamic upstream DNS resolution
Use variable-based proxy_pass so nginx resolves the app hostname
at request time instead of startup time (DNS may not be ready at startup).
|
2026-04-15 13:25:28 +08:00 |
|
ZhenYi
|
603e14e53b
|
fix: frontend built from repo root, dist/ copied into nginx image
vite.config.ts, package.json, and src/ are at the repo root.
pnpm build outputs to dist/ at the root. COPY dist/ not apps/frontend/dist/.
|
2026-04-15 13:17:07 +08:00 |
|
ZhenYi
|
65a34a627f
|
refactor: build frontend externally, copy dist into nginx image
- frontend.Dockerfile: runtime-only, COPY apps/frontend/dist instead of building in Docker
- build.js: add frontend build step (pnpm build) before docker build
- drone.yml: remove obsolete frontend-deps/frontend-build steps
|
2026-04-15 13:00:34 +08:00 |
|
ZhenYi
|
93cfff9738
|
init
|
2026-04-15 09:08:09 +08:00 |
|