This repository has been archived on 2026-05-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
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

21 lines
228 B
Plaintext

node_modules
dist
.git
.gitignore
.DS_Store
*.md
*.docx
*.html
.vscode
.claude
.mcp.json
tools.yaml
backend/public
backend/node_modules
backend/dist
backend/.env
frontend/node_modules
frontend/dist
prototyp_*.html
projektplan_*