AbandonTech / abandonauth

An Authentic Auth Service...
GNU General Public License v3.0
4 stars 2 forks source link

Refactor prisma commands in Dockerfile #113

Closed fisher60 closed 3 months ago

fisher60 commented 3 months ago

We were accidentally generating the client twice--once after installing poetry, then again when running the app. The first prisma command did nothing. It is also undesirable to run db push in prod (or ever) since it does not apply migrations. Instead, we should use appropriate migration commands in their respective environment.

GDWR commented 3 months ago

LGTM