The Vue SPA is now built locally and its frontend/dist/ committed (force-added). Dockerfile is a single-stage runtime: copy prebuilt dist + python:3.11 + Flask. No node/npm inside the image -> deterministic, no npm/esbuild postinstall flakiness. To update UI: edit src, npm run build, commit frontend/dist/.
2 lines
274 B
CSS
2 lines
274 B
CSS
button.active[data-v-d299d1b3]{background:var(--accent);color:#fff;border-color:var(--accent)}.grid[data-v-d299d1b3]{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.pcard[data-v-d299d1b3]{display:flex;flex-direction:column;min-height:140px}
|