commit fix
This commit is contained in:
parent
e1a1347803
commit
d160e6129b
@ -3,7 +3,6 @@ FROM node:20-alpine AS frontend-build
|
||||
WORKDIR /app/webapp/frontend
|
||||
|
||||
COPY webapp/frontend/package.json webapp/frontend/package-lock.json ./
|
||||
# Ensure devDependencies (like Vite) are installed so the build command works
|
||||
RUN npm ci --include=dev
|
||||
|
||||
COPY webapp/frontend/ ./
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user