Skip to content

Commit 8eaa95d

Browse files
committed
fix: broken build
1 parent c5eec73 commit 8eaa95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY --from=deps /app/elm /usr/local/bin/elm
1919
COPY --from=deps /home /home
2020
COPY . .
2121
COPY .env-example .env.production
22-
RUN npx prisma generate --schema=./prisma/maxreport.prisma
22+
RUN npx prisma generate --schema=./prisma/crs.prisma
2323
RUN npx prisma generate --schema=./prisma/exam.prisma
2424
RUN yarn build
2525

0 commit comments

Comments
 (0)