senchabot-opensource / monorepo

Open source Discord bot and Twitch bot monorepo. Senchabot apps and packages.
https://senchabot.app
GNU General Public License v3.0
86 stars 23 forks source link

feat: Make docker-compose run before prisma steps #348

Closed cansirin closed 1 year ago

cansirin commented 1 year ago

In order to run database commands, we need to have the database ready first. For that reason I moved the docker-compose operation above the prisma commands.