ci: debug web — ls schema, which prisma, prisma version
This commit is contained in:
+5
-2
@@ -15,8 +15,11 @@ COPY --from=deps /app/node_modules ./node_modules
|
|||||||
COPY . .
|
COPY . .
|
||||||
ARG NEXT_PUBLIC_API_URL=http://localhost:3001
|
ARG NEXT_PUBLIC_API_URL=http://localhost:3001
|
||||||
ENV NEXT_PUBLIC_API_URL=$NEXT_PUBLIC_API_URL
|
ENV NEXT_PUBLIC_API_URL=$NEXT_PUBLIC_API_URL
|
||||||
RUN prisma generate --schema=packages/database/prisma/schema.prisma && \
|
RUN ls -la packages/database/prisma/schema.prisma
|
||||||
pnpm --filter @moraworld/web build
|
RUN which prisma
|
||||||
|
RUN prisma --version
|
||||||
|
RUN prisma generate --schema=packages/database/prisma/schema.prisma
|
||||||
|
RUN pnpm --filter @moraworld/web build
|
||||||
|
|
||||||
FROM node:22-alpine AS runner
|
FROM node:22-alpine AS runner
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user