Commit Graph

2 Commits

Author SHA1 Message Date
Ronny f500f5f900 fix: skip tsc in frontend Docker build, use vite build directly
Build & Deploy Tippspiel / build (push) Has been cancelled
CSS modules and Vite types not available during tsc check.
Vite build works without prior tsc step.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 10:28:00 +02:00
Ronny 7bd22b53e9 feat: add Docker containerization (Dockerfile, compose, dockerignore)
Multi-stage build: frontend (Vite) + backend (TypeScript) in one container.
Production image based on node:20-alpine with health check.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 10:05:10 +02:00