fix dockerfile, add build CI, deploy example
Docker server image / build-and-push (push) Failing after 1m18s

This commit is contained in:
2026-03-27 15:19:30 -07:00
parent 09d38edc43
commit 60cf8c231c
4 changed files with 112 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
# Git and local tooling
.git
.gitignore
.cursor
# Python caches and local virtualenvs (not copied into image)
**/.venv
**/__pycache__
**/*.py[cod]
.pytest_cache
.mypy_cache
.ruff_cache
# Not used by Dockerfile.server (only COPY python/ and gen/)
clients/
deploy/
Makefile
.env
.env.*