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:
2
.github/actions/deploy-quartz/Dockerfile
vendored
2
.github/actions/deploy-quartz/Dockerfile
vendored
@@ -1,4 +1,4 @@
|
|||||||
FROM node:20-slim as builder
|
FROM node:20-slim
|
||||||
COPY /workspace/Peaceultime/system-aspect /usr/src/app
|
COPY /workspace/Peaceultime/system-aspect /usr/src/app
|
||||||
WORKDIR /usr/src/app/quartz
|
WORKDIR /usr/src/app/quartz
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user