Hi, I'm trying to add Prisma to a Node/Express app...
# orm-help
y
Hi, I'm trying to add Prisma to a Node/Express app using Docker compose. The container that contains the main application
depends_on
another container running SQL Server. Can someone please share an example of a
Dockerfile
that starts up Prisma as one of its steps? Thank you!
r
@Yaakov 👋 Just starting the Node/Express app would start Prisma. You don’t need anything specific for this.
y
Yup! It works! Thanks!
💯 1