Compare commits
2 Commits
4051d01348
...
161ec3ff3a
Author | SHA1 | Date | |
---|---|---|---|
|
161ec3ff3a | ||
|
0e95a460d5 |
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user