add docker stuff

This commit is contained in:
2025-01-13 16:48:53 -06:00
parent e2c65425af
commit ddc9bb0cfa
12 changed files with 286 additions and 100 deletions

View File

@@ -13,7 +13,7 @@
"lint": "next lint",
"start": "next start",
"go": "next dev",
"go:prod": "next build && next start"
"goprod": "next build && next start"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.10.1",