Update .github/actions/deploy-quartz/Dockerfile
Build Quartz site / build (push) Failing after 19s Details

This commit is contained in:
Peaceultime 2023-12-14 23:18:09 +00:00
parent ed6fd27216
commit d23767f8a8
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@ FROM node:20-alpine
WORKDIR /workspace/Peaceultime/system-aspect WORKDIR /workspace/Peaceultime/system-aspect
COPY content content COPY content /usr/var/app/content
COPY quartz quartz COPY quartz /usr/var/app/quartz
WORKDIR /usr/var/app
RUN mkdir output RUN mkdir output
RUN cd quartz RUN cd quartz