fix: docker needs the patches dir
This commit is contained in:
parent
3d554a2434
commit
65a76a7fa2
3 changed files with 134 additions and 151 deletions
|
|
@ -3,6 +3,7 @@ WORKDIR /app
|
|||
|
||||
RUN npm install -g pnpm
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
COPY patches ./patches
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue