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
215 B
CSS
2 lines
215 B
CSS
.grid[data-v-d28970f8]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.group-card[data-v-d28970f8]{display:flex;flex-direction:column}.group-card>a[data-v-d28970f8]{margin-top:auto}
|