From 6627a97eb2f25c93e70e129cae27435864e52bf9 Mon Sep 17 00:00:00 2001 From: "m.imanpour" Date: Wed, 10 Dec 2025 01:15:31 +0330 Subject: [PATCH] force redeploy without devsecops v2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa89f53..e9bd42a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,8 @@ FROM nginx:alpine # Remove default Nginx files RUN rm -rf /usr/share/nginx/html/* -# Copy built Angular app -COPY --from=builder /app/dist/niayesh-hospital /usr/share/nginx/html +# Copy built Angular app (updated for Angular 17+ default output) +COPY --from=builder /app/dist/niayesh-hospital/browser /usr/share/nginx/html # Copy app-specific Nginx config for SPA routing COPY nginx_app.conf /etc/nginx/conf.d/default.conf