temporary try fix

This commit is contained in:
DerDavidBohl
2025-06-18 16:14:55 +02:00
parent 2119897fe6
commit dac39f3c06

View File

@@ -8,7 +8,9 @@
FROM node:24 AS frontend-build
WORKDIR /app
# Install dependencies
COPY frontend/package.json frontend/package-lock.json ./
COPY frontend/package.json ./
COPY frontend/package-lock.json ./
RUN npm ci
# Copy the rest of the frontend files