LoveofSportsLLC / NFL

NFL + AI
https://loveoffootball.io/
MIT License
0 stars 0 forks source link

Update Dockerfile.Prod and Kubernetes configuration for frontend container #44

Closed zepor closed 3 months ago

codeautopilot[bot] commented 3 months ago

PR summary

This Pull Request updates the Dockerfile.Prod and Kubernetes configuration for the frontend container by removing the SENTRY_RELEASE environment variable. The changes streamline the configuration by eliminating an unused or unnecessary variable, potentially reducing complexity and the risk of misconfiguration.

Suggestion

Consider verifying if the SENTRY_RELEASE variable is indeed not required in any other part of the system or documentation to avoid any unintended side effects. Additionally, updating the documentation to reflect this change would be beneficial for future maintenance.