fix(convex): non-interactive setup using --configure new --project ... --dev-deployment local
This commit is contained in:
parent
df182f29aa
commit
55b516043f
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ services:
|
|||
&& corepack prepare pnpm@9 --activate \
|
||||
&& pnpm install --frozen-lockfile \
|
||||
&& set -a && . ./.env && set +a \
|
||||
&& pnpm convex:dev"
|
||||
&& pnpm exec convex dev --configure new --project sistema-de-chamados --dev-deployment local"
|
||||
volumes:
|
||||
- /srv/apps/sistema:/app
|
||||
- convex_data:/root/.convex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue