fix
This commit is contained in:
parent
56d9e46fd3
commit
4511db1526
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ COPY --from=builder /app/pnpm*.yaml /app/
|
||||||
# Copy patches
|
# Copy patches
|
||||||
COPY --from=builder /app/patches /app/patches
|
COPY --from=builder /app/patches /app/patches
|
||||||
|
|
||||||
RUN npm install -g pnpm
|
RUN npm install -g pnpm@10.4.0
|
||||||
|
|
||||||
RUN chown -R node:node /app
|
RUN chown -R node:node /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue