Update .github/actions/deploy-quartz/Dockerfile
Build Quartz site / build (push) Failing after 19s
Details
Build Quartz site / build (push) Failing after 19s
Details
This commit is contained in:
parent
ed6fd27216
commit
d23767f8a8
|
|
@ -2,8 +2,10 @@ FROM node:20-alpine
|
|||
|
||||
WORKDIR /workspace/Peaceultime/system-aspect
|
||||
|
||||
COPY content content
|
||||
COPY quartz quartz
|
||||
COPY content /usr/var/app/content
|
||||
COPY quartz /usr/var/app/quartz
|
||||
|
||||
WORKDIR /usr/var/app
|
||||
|
||||
RUN mkdir output
|
||||
RUN cd quartz
|
||||
|
|
|
|||
Loading…
Reference in New Issue