chore: add dockerignore file to exclude data, logs, and dev files from builds
This commit is contained in:
6
.dockerignore
Normal file
6
.dockerignore
Normal file
@@ -0,0 +1,6 @@
|
||||
data/
|
||||
node_modules/
|
||||
.git/
|
||||
.vscode/
|
||||
*.log
|
||||
.env
|
||||
Reference in New Issue
Block a user