dockerfile fix

This commit is contained in:
user
2026-03-02 18:22:36 +02:00
parent 29f5721684
commit e6e27de780
3 changed files with 45 additions and 4 deletions

View File

@@ -2,6 +2,8 @@ FROM node:25.6.1-alpine AS production
RUN apk add --no-cache xh
RUN npm i -g pnpm
WORKDIR /app
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml turbo.json ./