ci: add .dockerignore

This commit is contained in:
Alexa Amundson
2026-03-09 06:53:49 -05:00
parent a737e44e99
commit a024d6e33d

8
.dockerignore Normal file
View File

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