update frontend building

This commit is contained in:
Matthias Hochmeister
2026-02-26 15:04:11 +01:00
parent 05c7ad7913
commit 3287bfe532

View File

@@ -10,7 +10,7 @@ WORKDIR /app
COPY package*.json ./
# Install dependencies
RUN npm ci
RUN npm ci --include=dev
# Copy source code
COPY . .