fediverse-auth/docker-start.sh

7 lines
180 B
Bash
Raw Normal View History

2024-05-20 21:36:39 -07:00
#!/bin/sh
# This script runs when the docker image starts
# It just forces all migrations to run and then starts lol
npx -w backend prisma migrate deploy
npm -w backend run start