FROM node:20-slim WORKDIR /workspace/Peaceultime/system-aspect/content # COPY content content # COPY quartz quartz # RUN mkdir output # RUN cd quartz # RUN npm ci RUN pwd RUN echo "Test" CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"]