From d02d06ec8aa96aa491d301b9c0428eaac083bf8e Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 21:51:20 +0000 Subject: [PATCH] Update .github/actions/deploy-quartz/Dockerfile --- .github/actions/deploy-quartz/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy-quartz/Dockerfile b/.github/actions/deploy-quartz/Dockerfile index 9ef81f4..d721ed4 100644 --- a/.github/actions/deploy-quartz/Dockerfile +++ b/.github/actions/deploy-quartz/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-slim as builder +FROM node:20-slim COPY /workspace/Peaceultime/system-aspect /usr/src/app WORKDIR /usr/src/app/quartz RUN npm ci