diff --git a/3_Codeabgabe/components/control_center/Dockerfile b/3_Codeabgabe/components/control_center/Dockerfile index 5d1e95a..0ce477b 100644 --- a/3_Codeabgabe/components/control_center/Dockerfile +++ b/3_Codeabgabe/components/control_center/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app COPY . . -RUN npm ci && npm run build -- --configuration=production +RUN npm ci && npm run build # Stage 2