diff --git a/strr-examiner-web/Dockerfile b/strr-examiner-web/Dockerfile index 44c20df4..c556d649 100644 --- a/strr-examiner-web/Dockerfile +++ b/strr-examiner-web/Dockerfile @@ -1,9 +1,9 @@ FROM node:20-slim AS base ENV PNPM_HOME="/pnpm" ENV PATH="$PNPM_HOME:$PATH" -RUN corepack enable - -RUN corepack prepare pnpm@10.0.0 --activate +RUN corepack disable +RUN npm install -g pnpm@9 +# RUN corepack prepare pnpm@10.0.0 --activate COPY . /app WORKDIR /app