Quick question: is it possible to run Prisma in a single docker image (db and all)? I've looked around and the answer appears to be no. If not, is it on the map somewhere?
l
Lotafak
05/29/2018, 7:07 AM
It is possible to wrap everything (prisma, db, server) in one docker-compose file though
n
nilan
06/05/2018, 8:16 AM
@chasm can you share your use case why this would be interesting? We are thinking of adding in-memory or file-based databases right into Prisma for easier local development, but maybe your use case is a different one?