ci: add .dockerignore

This commit is contained in:
Alexa Amundson
2026-03-09 06:55:27 -05:00
parent c52af8d17e
commit 7963054406

8
.dockerignore Normal file
View File

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