fix build

This commit is contained in:
Ruben Fiszel
2025-04-20 02:08:50 +02:00
parent 2e3de4e6b0
commit 8006be5883
+2 -1
View File
@@ -24,7 +24,8 @@ FROM node:20-alpine as frontend
# install dependencies
WORKDIR /frontend
COPY ./frontend/package.json ./frontend/package-lock.json ./frontend/scripts/ ./
COPY ./frontend/package.json ./frontend/package-lock.json ./
COPY ./frontend/scripts/ ./scripts/
RUN npm ci
# Copy all local files into the image.