created dockerfile for deployment with dokploy.

This commit is contained in:
2026-06-04 19:31:13 +02:00
parent aecd49a1bc
commit eca8b6c815
5 changed files with 99 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
.git
.gitignore
.dockerignore
Dockerfile
node_modules
.pnpm-store
.npm
.yarn
.env
.env.*
!.env.example
.convex/local
.svelte-kit
build
dist
coverage
.DS_Store
Thumbs.db
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*