feat: add docker and readme

This commit is contained in:
Levente Orban
2025-08-27 08:47:15 +02:00
parent 3d133a6539
commit 9feb3bf64d
19 changed files with 509 additions and 787 deletions

30
.dockerignore Normal file
View File

@@ -0,0 +1,30 @@
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.git
.gitignore
README.md
.env
.env.*
!.env.example
.nyc_output
coverage
.nyc_output
.coverage
.cache
.parcel-cache
.next
.nuxt
dist
build
.output
.svelte-kit
.DS_Store
Thumbs.db
*.log
.vscode
.idea
*.swp
*.swo
*~