temporary try fix

This commit is contained in:
DerDavidBohl
2025-06-18 16:37:26 +02:00
parent dee62be683
commit 55deff9926

View File

@@ -8,7 +8,7 @@ RUN mvn clean package -DskipTests
FROM node:alpine AS frontend-build
WORKDIR /app
COPY frontend .
RUN ls -la
RUN npm cache clean --force
RUN npm install --verbose
RUN npm run build