removed nginx.conf

هذا الالتزام موجود في:
2025-10-29 14:55:36 +03:00
الأصل cee37771de
التزام e58032f141
2 ملفات معدلة مع 17 إضافات و2 حذوفات

عرض الملف

@@ -21,8 +21,6 @@ FROM nginx:alpine
# Copy the built React app to Nginx's html directory
COPY --from=builder /app/dist /usr/share/nginx/html
# Copy custom Nginx configuration
COPY nginx.conf /etc/nginx/nginx.conf
# Expose port 80
EXPOSE 80