mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:41:09 +02:00
fix(matrix-tts-bot): fix Dockerfile pnpm install
This commit is contained in:
parent
58a051645b
commit
41354d58ee
1 changed files with 2 additions and 2 deletions
|
|
@ -6,10 +6,10 @@ WORKDIR /app
|
|||
RUN corepack enable && corepack prepare pnpm@9.15.0 --activate
|
||||
|
||||
# Copy package files
|
||||
COPY package.json pnpm-lock.yaml* ./
|
||||
COPY package.json ./
|
||||
|
||||
# Install dependencies
|
||||
RUN pnpm install --frozen-lockfile
|
||||
RUN pnpm install --ignore-scripts
|
||||
|
||||
# Copy source
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue