Join Slack
Powered by
Hi, I'm trying to add Prisma to a Node/Express app...
# orm-help
y
Yaakov
10/12/2021, 11:52 AM
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
Ryan
10/13/2021, 6:30 AM
@Yaakov
👋 Just starting the Node/Express app would start Prisma. You don’t need anything specific for this.
y
Yaakov
10/13/2021, 6:20 PM
Yup! It works! Thanks!
💯 1
Open in Slack
Previous
Next