Fix packages again

This commit is contained in:
HugeFrog24
2026-07-02 20:11:09 +02:00
parent bd7d9df6bb
commit 3809ec676c
3 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ WORKDIR /app
# Install pnpm
RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml* ./
COPY package.json pnpm-lock.yaml* pnpm-workspace.yaml* ./
RUN pnpm install --frozen-lockfile
COPY . .
RUN pnpm run build