qb1t
Explore posts from serversPPrisma
•Created by qb1t on 9/30/2024 in #help-and-questions
Correct way to setup prisma + docker
(I am new to prisma this is my first project using it) Hi I am currently trying to dockerise one of my typescript apps (discord bot) which is using prisma with sqlite database. I am in the middle of writing the dockerfile
This is it so far:
My question is what is the proper way to set up migrations or something so that when I push a new version of the
scheme.prisma
the database automatically gets updated without wiping current data. The sqlite database is persistent across the container builds.7 replies