fix .dockerignore
This commit is contained in:
parent
e5a37bd7ed
commit
f046373184
|
|
@ -1,3 +1,8 @@
|
|||
**/.env.local
|
||||
**/.env.*.local
|
||||
**/node_modules
|
||||
.git
|
||||
**/*.db
|
||||
**/*.db-shm
|
||||
**/*.db-wal
|
||||
data/
|
||||
|
|
|
|||
Loading…
Reference in New Issue