Capital/content/entrypoint.sh
2024-01-22 00:28:49 +08:00

6 lines
67 B
Bash

#!/bin/sh
cd /app;
npm install;
npx prisma db push;
npm run start;