mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 09:32:45 +08:00
build: fix .dockerignore file (#800)
This commit is contained in:
24
web/.dockerignore
Normal file
24
web/.dockerignore
Normal file
@@ -0,0 +1,24 @@
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log*
|
||||
|
||||
# node
|
||||
node_modules
|
||||
.husky
|
||||
.next
|
||||
|
||||
# vscode
|
||||
.vscode
|
||||
|
||||
# webstorm
|
||||
.idea
|
||||
*.iml
|
||||
*.iws
|
||||
*.ipr
|
||||
|
||||
|
||||
# Jetbrains
|
||||
.idea
|
||||
Reference in New Issue
Block a user