mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-05 21:56:48 +00:00
chore(root): fix docker build
This commit is contained in:
parent
8216bc7232
commit
6a04e39f8e
@ -20,9 +20,9 @@
|
||||
"build": "concurrently 'pnpm:build:*'",
|
||||
"build-frontends": "concurrently 'pnpm:build:frontend:*'",
|
||||
"build:frontend:dashboard": "cd packages/dashboard && pnpm build",
|
||||
"build:docker": "cd pockethost-instance && pnpm build",
|
||||
"build:frontend:lander": "cd packages/lander && pnpm build",
|
||||
"build:frontend:superadmin": "cd packages/superadmin && pnpm build",
|
||||
"build:docker": "cd packages/pockethost-instance && pnpm build",
|
||||
"dev:cli": "cd packages/pockethost && pnpm dev",
|
||||
"dev:lander": "cd packages/lander && pnpm start",
|
||||
"dev:dashboard": "cd packages/dashboard && pnpm dev",
|
||||
|
Loading…
x
Reference in New Issue
Block a user