fix. update serve command in docker-compose
This commit is contained in:
@@ -13,5 +13,5 @@ services:
|
||||
pnpm install &&
|
||||
pnpm build &&
|
||||
if ! command -v serve >/dev/null 2>&1; then npm i -g serve; fi &&
|
||||
npx serve -l 6756 dist
|
||||
npx serve -s -l 6756 dist
|
||||
"
|
||||
Reference in New Issue
Block a user