You've already forked system-aspect
Update .github/actions/deploy-quartz/Dockerfile
Some checks failed
Build Quartz site / build (push) Failing after 15s
Some checks failed
Build Quartz site / build (push) Failing after 15s
This commit is contained in:
4
.github/actions/deploy-quartz/Dockerfile
vendored
4
.github/actions/deploy-quartz/Dockerfile
vendored
@@ -2,8 +2,8 @@ FROM node:20-slim
|
|||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY /workspace/Peaceultime/system-aspect/content /usr/src/content
|
COPY /workspace/Peaceultime/system-aspect/content/ /usr/src/content/
|
||||||
COPY /workspace/Peaceultime/system-aspect/quartz /usr/src/app/
|
COPY /workspace/Peaceultime/system-aspect/quartz/ /usr/src/app/
|
||||||
|
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user