build: dockerize app, migrate on boot

This commit is contained in:
2026-06-04 00:07:55 +03:00
parent 91932d38ce
commit f8c56623a4
5 changed files with 83 additions and 2 deletions

7
.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
**/target
**/node_modules
**/.svelte-kit
frontend/build
.git
**/.env
**/.env.*