diff --git a/Dockerfile b/Dockerfile index 2d9248a..d0a5fce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:22-alpine AS frontend-build WORKDIR /app/frontend COPY frontend/package.json frontend/package-lock.json* ./ -RUN npm ci +RUN npm install COPY frontend/ ./ RUN npm run build # Output: /app/static/