diff --git a/container/client-cms.Containerfile b/container/client-cms.Containerfile index 788117c..a08b7f4 100644 --- a/container/client-cms.Containerfile +++ b/container/client-cms.Containerfile @@ -1,5 +1,5 @@ FROM docker.io/node:22-alpine AS client-cms-build -RUN apk add just -y +RUN apk add just RUN npm install -g corepack && \ corepack enable WORKDIR /app