We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea74b4 commit 3f2940aCopy full SHA for 3f2940a
Dockerfile
@@ -16,6 +16,8 @@ COPY database database
16
COPY src/schema.graphql dist
17
COPY src/generated/prisma.graphql dist/generated/prisma.graphql
18
19
+RUN echo "cd /database && /node_modules/.bin/prisma deploy" > deploy.sh && chmod +x deploy.sh
20
+
21
ENV NODE_ENV production
22
ENV PORT 4000
23
CMD node /dist/index.js
0 commit comments