Files
system-aspect/.github/actions/deploy-quartz/Dockerfile
Peaceultime bff803bb38
Some checks failed
Build Quartz site / build (push) Failing after 29s
Update .github/actions/deploy-quartz/Dockerfile
2023-12-14 23:07:40 +00:00

15 lines
261 B
Docker

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"]