Compare commits
2 Commits
985364e7b5
...
ed73c85bb9
Author | SHA1 | Date | |
---|---|---|---|
|
ed73c85bb9 | ||
|
b9f153836d |
@ -1,14 +1,14 @@
|
||||
FROM node:18-alpine as build-stage
|
||||
|
||||
WORKDIR front
|
||||
COPY . .
|
||||
COPY ./web-src .
|
||||
WORKDIR 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
|
||||
RUN pnpm install --frozen-lockfile
|
||||
RUN pnpm install
|
||||
|
||||
RUN pnpm build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user