You've already forked system-aspect
Update .github/actions/deploy-quartz/Dockerfile
Some checks failed
Build Quartz site / build (push) Failing after 21s
Some checks failed
Build Quartz site / build (push) Failing after 21s
This commit is contained in:
10
.github/actions/deploy-quartz/Dockerfile
vendored
10
.github/actions/deploy-quartz/Dockerfile
vendored
@@ -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"]
|
||||||
Reference in New Issue
Block a user