fix: docker image build

This commit is contained in:
Ben Allfree 2024-05-29 19:15:22 -04:00
parent 3e5d1562fa
commit f8d59c4f05

View File

@ -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",