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