Compare commits

..

No commits in common. "161ec3ff3ac85215c0c210899ffb54a7428f969d" and "4051d01348f1f7ad4e53e104bd54be51bf8b6228" have entirely different histories.

View File

@ -2,9 +2,8 @@ FROM node:18-alpine as build-stage
WORKDIR front
COPY . .
WORKDIR web-src
RUN ls -lh
RUN cd ./web-src
RUN corepack enable
RUN corepack prepare pnpm@8.6.10 --activate
RUN npm config set registry https://registry.npmmirror.com