Update .github/actions/deploy-quartz/Dockerfile
Some checks failed
Build Quartz site / build (push) Failing after 15s

This commit is contained in:
2023-12-14 22:23:22 +00:00
parent e5fd048345
commit 05eec48547

View File

@@ -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