bug fix for atemschutz

This commit is contained in:
Matthias Hochmeister
2026-03-01 15:01:30 +01:00
parent a36e236175
commit 4f7823ab16

View File

@@ -12,7 +12,7 @@ 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)
ENV NODE_ENV=development ENV NODE_ENV=development
ENV PATH="/app/node_modules/.bin:$PATH" ENV PATH="/app/node_modules/.bin:$PATH"
RUN npm ci --include=dev RUN npm install --include=dev
# Copy source code # Copy source code
COPY . . COPY . .