Files
officeconvert/.dockerignore
T
end 60cf8c231c
Docker server image / build-and-push (push) Failing after 1m18s
fix dockerfile, add build CI, deploy example
2026-03-27 15:19:30 -07:00

21 lines
287 B
Plaintext

# 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.*