avicenna/service/data-hub/data-connector/docker-entrypoint.sh

4 lines
40 B
Bash
Executable File

#!/bin/sh
npx prisma generate
exec "$@"