force redeploy without devsecops v2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user