Added docker files

This commit is contained in:
2025-09-04 23:31:03 +02:00
parent 32ee463969
commit 2c41ab9240
4 changed files with 46 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"container:build": "bun run build && bun start",
"start": "next start",
"typegen": "next typegen",
"lint": "eslint .",