resolve build error

This commit is contained in:
Matthias Hochmeister
2026-02-26 16:18:21 +01:00
parent 6c24077148
commit deabad167c

View File

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