Fixed build

This commit is contained in:
DerDavidBohl
2025-06-18 16:40:27 +02:00
parent 15330cbbb1
commit c1bfa4e319
2 changed files with 2 additions and 15415 deletions

View File

@@ -9,8 +9,8 @@ FROM node:alpine AS frontend-build
WORKDIR /app
COPY frontend .
RUN rm -rf package-lock.json
RUN npm cache clean --force
RUN npm install --verbose
RUN npm cache clean
RUN npm install
RUN npm run build
# Use OpenJDK image to run the application

15413
frontend/package-lock.json generated

File diff suppressed because it is too large Load Diff