From 7bc372e71130fe85e172936db7342cbe2ebaac84 Mon Sep 17 00:00:00 2001 From: "Mamadou Khoussa [028918 DSI/DAC/DIF/DS]" Date: Tue, 28 Oct 2025 11:34:58 +0000 Subject: [PATCH] fix build path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a9d2a3..5e3a5e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN npm run build FROM nginx:alpine # Copier les fichiers buildés depuis le stage précédent -COPY --from=build /app/dist/dcb-bo-admin/browser /usr/share/nginx/html +COPY --from=build /app/dist/dcb-backoffice/browser /usr/share/nginx/html # Copier la configuration Nginx personnalisée (optionnel) COPY nginx.conf /etc/nginx/conf.d/default.conf