ci: add .dockerignore

This commit is contained in:
Alexa Amundson
2026-03-09 06:55:08 -05:00
parent 5b667d95dd
commit 65899c439c

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
node_modules
.git
.env
*.log
dist
__pycache__
.pytest_cache
.next