Switched to Next.Js
This commit is contained in:
@@ -6,12 +6,11 @@ services:
|
||||
- .:/app
|
||||
restart: always
|
||||
ports:
|
||||
- "6756:6756"
|
||||
- "6756:3000"
|
||||
command: >
|
||||
sh -c "
|
||||
npm i -g pnpm &&
|
||||
pnpm install &&
|
||||
pnpm build &&
|
||||
if ! command -v serve >/dev/null 2>&1; then npm i -g serve; fi &&
|
||||
npx serve -s -l 6756 dist
|
||||
pnpm start
|
||||
"
|
||||
Reference in New Issue
Block a user