Update .github/actions/deploy-quartz/Dockerfile
Build Quartz site / build (push) Failing after 21s
Details
Build Quartz site / build (push) Failing after 21s
Details
This commit is contained in:
parent
6593a0765b
commit
03637f1c07
|
|
@ -1,6 +1,10 @@
|
||||||
FROM node:20-slim
|
FROM node:20-slim
|
||||||
COPY /workspace/Peaceultime/system-aspect /usr/src/app
|
|
||||||
WORKDIR /usr/src/app/quartz
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
COPY /workspace/Peaceultime/system-aspect/content /usr/src/content
|
||||||
|
COPY /workspace/Peaceultime/system-aspect/quartz /usr/src/app/
|
||||||
|
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
CMD ["npx", "quartz", "build", "-d", "/usr/src/app/content", "-o", "/usr/src/app/output"]
|
CMD ["npx", "quartz", "build", "-d", "/usr/src/content", "-o", "/usr/src/output"]
|
||||||
Loading…
Reference in New Issue