mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-01-05 16:15:20 -06:00
temporary try fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user