mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: docker image build
This commit is contained in:
parent
3e5d1562fa
commit
f8d59c4f05
@ -20,7 +20,7 @@
|
||||
"buildtool": "tsx buildtool/index.ts",
|
||||
"build-frontends": "concurrently 'pnpm:build:frontend:*'",
|
||||
"build:frontend:dashboard": "cd frontends/dashboard && pnpm build",
|
||||
"build:docker": "docker build . -t benallfree/pockethost-instance:1.0.0 -t benallfree/pockethost-instance:latest",
|
||||
"build:docker": "cd src/services/PocketBaseService && docker build . -t pockethost-instance:1.0.0 -t pockethost-instance:latest",
|
||||
"build:frontend:lander": "cd frontends/lander && pnpm build",
|
||||
"build:frontend:superadmin": "cd frontends/superadmin && pnpm build",
|
||||
"dev:cli": "NODE_ENV=development tsx src/cli/index.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user