Add Docker deployment for Dokploy (nginx static serve)

This commit is contained in:
Nicolas Civade
2026-08-13 11:25:31 +02:00
parent c55e0751e6
commit 5c7276cf35
3 changed files with 71 additions and 0 deletions

16
.dockerignore Normal file
View File

@@ -0,0 +1,16 @@
node_modules
dist
dist-ssr
.vite
.git
.github
.idea
.vscode
.claude
*.log
npm-debug.log*
.DS_Store
Dockerfile
.dockerignore
README.md
LICENSE