fix build
Build, Test & Publish / Deploy to Infrastructure (push) Successful in 37s
Build, Test & Publish / Build (push) Successful in 42s
Build, Test & Publish / Build and Publish Container Image (push) Successful in 42s

This commit is contained in:
2026-05-08 13:07:21 +10:00
parent d8961b6292
commit b148b03b2e
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -5,9 +5,10 @@ WORKDIR /app
FROM node:24 AS build FROM node:24 AS build
WORKDIR /src WORKDIR /src
# Copy package.json and package-lock.json # Copy package.json and pnpm files
COPY package.json . COPY package.json .
COPY pnpm-lock.yaml . COPY pnpm-lock.yaml .
COPY pnpm-workspace.yaml .
# Install dependencies # Install dependencies
RUN corepack enable RUN corepack enable
+2
View File
@@ -0,0 +1,2 @@
allowBuilds:
esbuild: true