|
|
@ -12,8 +12,9 @@ RUN corepack enable |
|
|
|
WORKDIR /app |
|
|
|
COPY . . |
|
|
|
|
|
|
|
ENV COREPACK_ENABLE_UNSAFE_CUSTOM_URLS=1 |
|
|
|
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile |
|
|
|
RUN pnpm run build |
|
|
|
RUN pnpm run build --filter=\!./docs |
|
|
|
|
|
|
|
RUN echo "Builder Success 🎉" |
|
|
|
|
|
|
|