Add Docker support with multi-stage Vite build and nginx serving
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
13
.dockerignore
Normal file
13
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user