add cmd for custom image

This commit is contained in:
Gabriel Brown 2024-07-20 22:35:47 -05:00
parent 3b2d56b8a5
commit 0d8fdf61e6
3 changed files with 790 additions and 5 deletions

View File

@ -11,7 +11,8 @@
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
"start": "next start",
"go": "next build && next start"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.10.1",
@ -23,6 +24,7 @@
"mysql2": "^3.10.3",
"next": "^14.2.5",
"next-auth": "5.0.0-beta.19",
"pm2": "^5.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"server-only": "^0.0.1",

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
#wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
#source ~/.bashrc
/home/node/.local/share/pnpm/pnpm build
/home/node/.local/share/pnpm/pnpm start &
wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
source ~/.bashrc
pnpm build
pnpm start