chore: add dockerignore file to exclude data, logs, and dev files from builds

This commit is contained in:
knight 2025-05-17 17:04:43 -04:00
parent 0afa35100d
commit e53005ccd0

6
.dockerignore Normal file
View File

@ -0,0 +1,6 @@
data/
node_modules/
.git/
.vscode/
*.log
.env