We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1faeb96 + 5ece5aa commit fe46aa5Copy full SHA for fe46aa5
1 file changed
language/python/develop.md
@@ -227,7 +227,7 @@ $ docker-compose -f docker-compose.dev.yml up --build
227
228
We pass the `--build` flag so Docker will compile our image and then starts the containers.
229
230
-Now let’s test our API endpoint. Run the following curl commands:
+Now let’s test our API endpoint. Open a new terminal then make a GET request to the server using the curl commands:
231
232
```shell
233
$ curl http://localhost:5000/initdb
0 commit comments