Skip to content

Commit

Permalink
Generate prisma client
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 9, 2023
1 parent 31055f4 commit eacb1fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/start_webservice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ echo NUM_WORKERS set to $NUM_WORKERS
cat <<< "$CLIENT_SECRET" > client_secrets.json

prisma migrate deploy
prisma generate

uvicorn application:app --port $PORT --host 0.0.0.0 --workers=$NUM_WORKERS --proxy-headers

0 comments on commit eacb1fb

Please sign in to comment.