fix dockerfile, add build CI, deploy example
Docker server image / build-and-push (push) Failing after 1m18s
Docker server image / build-and-push (push) Failing after 1m18s
This commit is contained in:
@@ -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.*
|
||||
Reference in New Issue
Block a user