Runner push

This commit is contained in:
twotalesanimation
2026-08-01 17:00:07 +02:00
parent 459d05f834
commit ae30260486
2 changed files with 0 additions and 1 deletions
View File
-1
View File
@@ -16,7 +16,6 @@ COPY . .
ARG DATABASE_URL="postgresql://dummy:dummy@localhost:5432/dummy" ARG DATABASE_URL="postgresql://dummy:dummy@localhost:5432/dummy"
ENV DATABASE_URL=$DATABASE_URL ENV DATABASE_URL=$DATABASE_URL
RUN pnpm exec prisma generate
# Generate Prisma client # Generate Prisma client
RUN pnpm exec prisma generate RUN pnpm exec prisma generate