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