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
|
WORKDIR /workspace/Peaceultime/system-aspect
|
||||||
|
|
||||||
COPY content content
|
COPY content /usr/var/app/content
|
||||||
COPY quartz quartz
|
COPY quartz /usr/var/app/quartz
|
||||||
|
|
||||||
|
WORKDIR /usr/var/app
|
||||||
|
|
||||||
RUN mkdir output
|
RUN mkdir output
|
||||||
RUN cd quartz
|
RUN cd quartz
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue