force redeploy without devsecops v2
Some checks failed
Build and Deploy Angular App HIS / build (push) Successful in 43s
Build and Deploy Angular App HIS / deploy (push) Failing after 1m54s

This commit is contained in:
m.imanpour
2025-12-10 01:15:31 +03:30
parent ccb0673f84
commit 6627a97eb2

View File

@@ -19,8 +19,8 @@ FROM nginx:alpine
# Remove default Nginx files # Remove default Nginx files
RUN rm -rf /usr/share/nginx/html/* RUN rm -rf /usr/share/nginx/html/*
# Copy built Angular app # Copy built Angular app (updated for Angular 17+ default output)
COPY --from=builder /app/dist/niayesh-hospital /usr/share/nginx/html COPY --from=builder /app/dist/niayesh-hospital/browser /usr/share/nginx/html
# Copy app-specific Nginx config for SPA routing # Copy app-specific Nginx config for SPA routing
COPY nginx_app.conf /etc/nginx/conf.d/default.conf COPY nginx_app.conf /etc/nginx/conf.d/default.conf