add docker stuff to host that way

This commit is contained in:
2025-01-13 16:06:46 -06:00
parent fe81ec1dd6
commit 0947bb9aaa
50 changed files with 289 additions and 5 deletions

4
package.json Normal file → Executable file
View File

@@ -11,9 +11,7 @@
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"goprod": "next build && next start",
"go": "git pull docker master && next dev"
"start": "next start"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.0",