...
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-11-16 12:23:47 +08:00
parent d20c40cfb4
commit 30fc4ed64d

View File

@@ -40,7 +40,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
# else echo "Lockfile not found." && exit 1; \ # else echo "Lockfile not found." && exit 1; \
# fi # fi
RUN npx prisma generate RUN DATABASE_URL=postgresql://fake:fake@fake:5432/fake npx prisma generate
RUN \ RUN \
if [ -f pnpm-lock.yaml ]; then corepack enable pnpm && pnpm run build; \ if [ -f pnpm-lock.yaml ]; then corepack enable pnpm && pnpm run build; \