Compare commits

...

2 Commits

Author SHA1 Message Date
coward
161ec3ff3a 🎨
Some checks failed
continuous-integration/drone/tag Build is failing
2024-06-04 10:39:27 +08:00
coward
0e95a460d5 🐳更新dockerfile 2024-06-04 10:36:44 +08:00

View File

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