feat: Docker multi-stage build (Node build + nginx static serve)

This commit is contained in:
2026-02-22 20:04:08 +01:00
parent a4c4ac9e51
commit 1b09106aed
4 changed files with 98 additions and 0 deletions

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
node_modules
.next
out
.git
.gitignore
*.md
*.xlsx
.gitea