MoTrPAC / motrpac-frontend

User interface and Frontend for MoTrPAC Bioinformatics Center
MIT License
3 stars 0 forks source link

Fixes for CI/CD pipeline, Dockerfile #334

Open mihirsamdarshi opened 2 months ago

mihirsamdarshi commented 2 months ago

Dockerfile fixes

Added a dedicated health check endpoint for the NGINX server in the Dockerfile. This is located at /health and only accessible to local IP addresses. This is necessary for load balancing health checks in various environments.

CI/CD pipeline fixes