Commit Graph

5 Commits

Author SHA1 Message Date
c7fa9a12e7 fix: Install all dependencies in server Dockerfile for TypeScript build, then prune dev deps
Some checks failed
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Failing after 1m36s
build-and-deploy / deploy (push) Has been skipped
2025-07-05 14:54:47 -06:00
3f52296395 fix: Add git to all Dockerfiles for npm dependencies that require git repositories
Some checks failed
build-and-deploy / build (push) Failing after 1m29s
build-and-deploy / deploy (push) Has been skipped
build-and-deploy / filter (push) Successful in 2s
2025-07-05 14:52:00 -06:00
3ed8357e25 fix: Change npm ci to npm install in all Dockerfiles to resolve package resolution issues
Some checks failed
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Failing after 52s
build-and-deploy / deploy (push) Has been skipped
2025-07-05 14:49:25 -06:00
c95ca5b998 fix: Update Node.js to v20 in all Dockerfiles and regenerate server package-lock.json
Some checks failed
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Failing after 25s
build-and-deploy / deploy (push) Has been skipped
- Node 20 required for Colyseus 0.16+
- Update npm ci flags for compatibility
- Regenerate package-lock.json to sync missing dependencies
2025-07-05 14:45:35 -06:00
580099bf59 feat: Add Docker infrastructure and Gitea CI/CD pipeline
- Add Dockerfiles for server, client, and admin services
- Create docker-compose.yml for orchestration
- Add Gitea Actions workflow for automated build/deploy
- Configure conditional builds based on directory changes
- Use gitea.interno.com registry for image storage

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-05 14:19:19 -06:00