Flask recommends not using their built-in server for production deployments. We should use uWSGI + NGINX to properly serve the app to handle traffic when deployed. This will involve modifying the Dockerfile/compose workflow and updating dependencies.
Flask recommends not using their built-in server for production deployments. We should use uWSGI + NGINX to properly serve the app to handle traffic when deployed. This will involve modifying the Dockerfile/compose workflow and updating dependencies.