busya
fdc452a945
feat(docker): add all-in-one Dockerfile without Playwright (<200MB target)
Multi-stage build:
- Stage 1: node:20-alpine builds frontend (discarded)
- Stage 2: python:3.11-slim runs backend + serves SPA static files
- Playwright removed from deps (saves ~350MB)
- Uvicorn serves both API and frontend on :8000
- Healthcheck via curl
- Entrypoint with admin bootstrap support
Estimated image size: ~190MB (vs ~550MB with playwright)
2026-05-14 21:37:08 +03:00
..
2026-05-14 21:14:04 +03:00
2026-05-14 21:33:26 +03:00
2026-05-14 17:12:41 +03:00
2026-05-12 23:54:55 +03:00
2026-05-14 17:12:41 +03:00
2026-02-25 21:19:48 +03:00
2026-05-14 11:20:17 +03:00
2026-03-11 12:20:34 +03:00
2026-05-14 21:37:08 +03:00
2026-05-14 10:28:30 +03:00
2026-05-14 10:28:30 +03:00
2026-05-14 11:20:17 +03:00