add cmd for custom image
This commit is contained in:
parent
3b2d56b8a5
commit
0d8fdf61e6
@ -11,7 +11,8 @@
|
|||||||
"db:studio": "drizzle-kit studio",
|
"db:studio": "drizzle-kit studio",
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"start": "next start"
|
"start": "next start",
|
||||||
|
"go": "next build && next start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@t3-oss/env-nextjs": "^0.10.1",
|
"@t3-oss/env-nextjs": "^0.10.1",
|
||||||
@ -23,6 +24,7 @@
|
|||||||
"mysql2": "^3.10.3",
|
"mysql2": "^3.10.3",
|
||||||
"next": "^14.2.5",
|
"next": "^14.2.5",
|
||||||
"next-auth": "5.0.0-beta.19",
|
"next-auth": "5.0.0-beta.19",
|
||||||
|
"pm2": "^5.4.2",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"server-only": "^0.0.1",
|
"server-only": "^0.0.1",
|
||||||
|
783
pnpm-lock.yaml
783
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
#wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
|
wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
|
||||||
#source ~/.bashrc
|
source ~/.bashrc
|
||||||
/home/node/.local/share/pnpm/pnpm build
|
pnpm build
|
||||||
/home/node/.local/share/pnpm/pnpm start &
|
pnpm start
|
||||||
|
Loading…
Reference in New Issue
Block a user