Update .github/actions/deploy-quartz/Dockerfile
Build Quartz site / build (push) Failing after 18s
Details
Build Quartz site / build (push) Failing after 18s
Details
This commit is contained in:
parent
d23767f8a8
commit
5e71e41643
|
|
@ -2,13 +2,12 @@ FROM node:20-alpine
|
||||||
|
|
||||||
WORKDIR /workspace/Peaceultime/system-aspect
|
WORKDIR /workspace/Peaceultime/system-aspect
|
||||||
|
|
||||||
COPY content /usr/var/app/content
|
COPY content /usr/var/content
|
||||||
COPY quartz /usr/var/app/quartz
|
COPY quartz /usr/var/app
|
||||||
|
|
||||||
WORKDIR /usr/var/app
|
WORKDIR /usr/var/app
|
||||||
|
|
||||||
RUN mkdir output
|
RUN mkdir ../output
|
||||||
RUN cd quartz
|
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"]
|
CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"]
|
||||||
Loading…
Reference in New Issue