feat: Add Docker Compose configuration and instructions for Collify deployment, including build optimizations and updated README.

This commit is contained in:
Marco Gallegos
2025-12-14 22:42:04 -06:00
parent ebbb6c3f00
commit 24874da1c7
3 changed files with 72 additions and 0 deletions

16
.dockerignore Normal file
View File

@@ -0,0 +1,16 @@
.env
.env.bak
__pycache__/
.git/
.gitignore
.venv/
venv/
*.pyc
*.pyo
*.pyd
*.log
dist/
build/
node_modules/
README.md
Vanessa.md