diff --git a/3_Codeabgabe/components/control_center/Dockerfile b/3_Codeabgabe/components/control_center/Dockerfile index 0ce477b..5d1e95a 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 +RUN npm ci && npm run build -- --configuration=production # Stage 2