Add Docker support with multi-stage Vite build and nginx serving

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Shayan Azadi
2026-07-01 00:32:25 +03:30
parent ce6c110e06
commit d7252f1d21
5 changed files with 118 additions and 0 deletions

13
.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
node_modules
dist
dist-ssr
*.local
.env
.env.*
!.env.example
npm-debug.log*
.git
.gitignore
README.md
tsconfig.tsbuildinfo
tsconfig.node.tsbuildinfo