update frontend building

This commit is contained in:
Matthias Hochmeister
2026-02-26 15:27:29 +01:00
parent 031e02d8b0
commit 7fbb4d7545

View File

@@ -11,7 +11,8 @@ COPY package*.json .npmrc ./
# Install dependencies (NODE_ENV must not be production so devDependencies are installed)
ENV NODE_ENV=development
RUN npm ci
ENV PATH="/app/node_modules/.bin:$PATH"
RUN npm ci --include=dev
# Copy source code
COPY . .