We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82232ba commit c6d02f3Copy full SHA for c6d02f3
docker/Dockerfile
@@ -19,4 +19,7 @@ ENV PRISMA_LOG_LEVEL=info
19
20
RUN mkdir -p /challenge-api/reports
21
22
+RUN echo "Running database migrations..."
23
+RUN npx prisma migrate deploy
24
+
25
CMD ["node","/challenge-api/app.js"]
0 commit comments