This commit is contained in:
@@ -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; \
|
||||||
|
|||||||
Reference in New Issue
Block a user