build: fix .dockerignore file (#800)

This commit is contained in:
Matri
2023-08-11 18:19:44 +08:00
committed by GitHub
parent fc7e4ac75b
commit 220f7c81e9
2 changed files with 34 additions and 1 deletions

24
web/.dockerignore Normal file
View File

@@ -0,0 +1,24 @@
.env
.env.*
# Logs
logs
*.log*
# node
node_modules
.husky
.next
# vscode
.vscode
# webstorm
.idea
*.iml
*.iws
*.ipr
# Jetbrains
.idea