Add Docker support with Dockerfile and .dockerignore, update package dependencies, and switch to adapter-node for Svelte

This commit is contained in:
Norbert Maciaszek
2025-11-25 10:30:54 +01:00
parent f31eb3dc0d
commit 678605b7bc
8 changed files with 307 additions and 29 deletions

View File

@@ -15,6 +15,7 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/adapter-node": "^5.4.0",
"@sveltejs/kit": "^2.48.5",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/forms": "^0.5.10",