diff --git a/README.md b/README.md index 9546231..4025fbf 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ This command will build the Docker image and start the Flask application in a co You can check if the Flask application is running by accessing the `/health` endpoint. To perform a health check, run the following command: ```bash -curl http://localhost:5000/health +curl http://localhost:7200/health ``` If the application is running properly, you should receive a response similar to this: