This commit is contained in:
Anthony Stirling
2025-11-06 12:39:55 +00:00
parent e31cb01f81
commit 933f103dc6
5 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ COPY frontend/package.json frontend/package-lock.json ./
RUN npm ci
COPY frontend .
RUN npm run build
RUN DISABLE_ADDITIONAL_FEATURES=false npm run build
# Stage 2: Build Backend
FROM gradle:8.14-jdk21 AS backend-build