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 c5eec73 commit 8eaa95dCopy full SHA for 8eaa95d
Dockerfile
@@ -19,7 +19,7 @@ COPY --from=deps /app/elm /usr/local/bin/elm
19
COPY --from=deps /home /home
20
COPY . .
21
COPY .env-example .env.production
22
-RUN npx prisma generate --schema=./prisma/maxreport.prisma
+RUN npx prisma generate --schema=./prisma/crs.prisma
23
RUN npx prisma generate --schema=./prisma/exam.prisma
24
RUN yarn build
25
0 commit comments