[update]: README file

This commit is contained in:
VivianDee
2025-03-21 16:33:54 +01:00
parent 43dc5bd835
commit 0f22ffb968
+1 -1
View File
@@ -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: