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

This commit is contained in:
Peaceultime 2023-12-14 22:23:22 +00:00
parent e5fd048345
commit 05eec48547
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ FROM node:20-slim
WORKDIR /usr/src/app
COPY /workspace/Peaceultime/system-aspect/content /usr/src/content
COPY /workspace/Peaceultime/system-aspect/quartz /usr/src/app/
COPY /workspace/Peaceultime/system-aspect/content/ /usr/src/content/
COPY /workspace/Peaceultime/system-aspect/quartz/ /usr/src/app/
RUN npm ci