FROM node:20-slim as builder WORKDIR /usr/src/app RUN git clone https://github.com/jackyzha0/quartz.git RUN cd quartz RUN npm ci COPY /workspace/Peaceultime/system-aspect /workspace/Peaceultime/system-aspect CMD ["npx", "quartz", "build", "-d", "/workspace/Peaceultime/system-aspect", "-o", "/output"]