Add Dockerfile and finalize build config

This commit is contained in:
2026-05-22 04:41:26 +02:00
parent e0697c9522
commit 54b242fa3a
5 changed files with 471 additions and 6 deletions

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
node_modules/
.svelte-kit/
build/
.git/
dist/
.env
.env.*
!.env.example
*.log
.DS_Store