mirror of
https://github.com/usememos/memos.git
synced 2025-12-18 22:59:24 +08:00
chore: remove corepack in dockerfile
This commit is contained in:
parent
f25acfe8e2
commit
03189ee3b2
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ COPY . .
|
||||||
|
|
||||||
WORKDIR /frontend-build/web
|
WORKDIR /frontend-build/web
|
||||||
|
|
||||||
RUN corepack enable && pnpm i --frozen-lockfile
|
RUN npm install -g pnpm
|
||||||
|
RUN pnpm i --frozen-lockfile
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|
||||||
# Build backend exec file.
|
# Build backend exec file.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue