mirror of
https://github.com/usememos/memos.git
synced 2025-02-05 15:58:02 +01:00
chore: remove corepack in dockerfile
This commit is contained in:
parent
f25acfe8e2
commit
03189ee3b2
@ -6,8 +6,8 @@ COPY . .
|
||||
|
||||
WORKDIR /frontend-build/web
|
||||
|
||||
RUN corepack enable && pnpm i --frozen-lockfile
|
||||
|
||||
RUN npm install -g pnpm
|
||||
RUN pnpm i --frozen-lockfile
|
||||
RUN pnpm build
|
||||
|
||||
# Build backend exec file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user