Compare commits
No commits in common. "161ec3ff3ac85215c0c210899ffb54a7428f969d" and "4051d01348f1f7ad4e53e104bd54be51bf8b6228" have entirely different histories.
161ec3ff3a
...
4051d01348
@ -2,9 +2,8 @@ FROM node:18-alpine as build-stage
|
|||||||
|
|
||||||
WORKDIR front
|
WORKDIR front
|
||||||
COPY . .
|
COPY . .
|
||||||
WORKDIR web-src
|
|
||||||
|
|
||||||
RUN ls -lh
|
RUN cd ./web-src
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
RUN corepack prepare pnpm@8.6.10 --activate
|
RUN corepack prepare pnpm@8.6.10 --activate
|
||||||
RUN npm config set registry https://registry.npmmirror.com
|
RUN npm config set registry https://registry.npmmirror.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user