New Dockerfile
Deploy Quartz site to GitHub Pages / build (push) Failing after 12s
Details
Deploy Quartz site to GitHub Pages / build (push) Failing after 12s
Details
This commit is contained in:
parent
f212308c84
commit
14c60e7818
|
|
@ -1,11 +1,8 @@
|
|||
FROM node:20-slim as builder
|
||||
WORKDIR /usr/src/app
|
||||
COPY package.json .
|
||||
COPY package-lock.json* .
|
||||
RUN git clone https://github.com/jackyzha0/quartz.git
|
||||
RUN cd quartz
|
||||
RUN npm ci
|
||||
|
||||
FROM node:20-slim
|
||||
WORKDIR /usr/src/app
|
||||
COPY --from=builder /usr/src/app/ /usr/src/app/
|
||||
COPY . .
|
||||
COPY /workspace/Peaceultime/system-aspect /workspace/Peaceultime/system-aspect
|
||||
CMD ["npx", "quartz", "build", "-d", "/workspace/Peaceultime/system-aspect", "-o", "/output"]
|
||||
Loading…
Reference in New Issue