mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-01-10 06:57:58 -05:00
fix: yarn develop command
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
||||
environment:
|
||||
POSTGRES_PASSWORD: helloworld
|
||||
POSTGRES_URL: postgresql://postgres:helloworld@localhost:5432/zkopru
|
||||
POSTGRES_DB: zkopru
|
||||
coordinator:
|
||||
build:
|
||||
context: ./
|
||||
|
||||
@@ -4,9 +4,4 @@ set -e
|
||||
|
||||
while ! nc -z postgres 5432; do sleep 1; done;
|
||||
|
||||
if [ -z $SKIP_MIGRATE ]
|
||||
then
|
||||
yes | prisma migrate up --experimental --schema /proj/packages/prisma/prisma/postgres-migrator.prisma --verbose
|
||||
fi
|
||||
|
||||
exec gotty -w --port $PORT node /proj/packages/cli/dist/apps/coordinator/cli.js --config /proj/packages/cli/coordinator.dev.json
|
||||
|
||||
Reference in New Issue
Block a user