Can I extend the `prismagraphql/prisma` Docker ima...
# orm-help
g
Can I extend the
prismagraphql/prisma
Docker image to include my datamodel? So rather than spin up a Docker container, then
prisma deploy
, I want to specify a container like this so it generates the schema at start:
Copy code
FROM prismagraphql/prisma:1.11

COPY ./datamodel.graphql /some-dir-in-container
👍 2
j
+1 for this feature!