update frontend building

This commit is contained in:
Matthias Hochmeister
2026-02-26 15:21:53 +01:00
parent 8a7ceccb2e
commit 031e02d8b0

View File

@@ -10,7 +10,8 @@ WORKDIR /app
COPY package*.json .npmrc ./ COPY package*.json .npmrc ./
# Install dependencies (NODE_ENV must not be production so devDependencies are installed) # Install dependencies (NODE_ENV must not be production so devDependencies are installed)
RUN NODE_ENV=development npm ci ENV NODE_ENV=development
RUN npm ci
# Copy source code # Copy source code
COPY . . COPY . .