chore: optimize docker deployment by add docker ignore file

This commit is contained in:
javayhu 2025-06-21 10:47:29 +08:00
parent 40b313a2f2
commit ffbe7f4fb0

13
.dockerignore Normal file
View File

@ -0,0 +1,13 @@
.cursor
.github
.next
.open-next
.source
.vscode
.git
.wrangler
.dockerignore
node_modules
**/node_modules
Dockerfile
LICENSE