Remove test line from Dockerfile

This commit is contained in:
martin 2026-01-05 16:08:43 +01:00
parent c9e51c86ba
commit a67758a7d9

View File

@ -4,7 +4,7 @@ FROM node:20-alpine AS build
# Setze das Arbeitsverzeichnis # Setze das Arbeitsverzeichnis
WORKDIR /usr/src/app WORKDIR /usr/src/app
test
# Kopiere package.json und package-lock.json und installiere die Abhängigkeiten # Kopiere package.json und package-lock.json und installiere die Abhängigkeiten
COPY package.json ./ COPY package.json ./
RUN npm install --force && npm cache clean --force RUN npm install --force && npm cache clean --force