mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-25 00:42:57 -04:00
Update dockerignore to ignore data directories during build (#190)
This commit is contained in:
@@ -22,4 +22,17 @@
|
||||
**/secrets.dev.yaml
|
||||
**/values.dev.yaml
|
||||
LICENSE
|
||||
README.md
|
||||
README.md
|
||||
|
||||
# Exclude AliasVault data directories
|
||||
database/
|
||||
logs/
|
||||
certificates/
|
||||
|
||||
# Exclude git directory
|
||||
.git/
|
||||
|
||||
# Exclude development files
|
||||
*.log
|
||||
*.env
|
||||
*.env.*
|
||||
Reference in New Issue
Block a user