mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Adjusted sentence to make more clear what to do
ihih
This commit is contained in:
@@ -227,7 +227,7 @@ $ docker-compose -f docker-compose.dev.yml up --build
|
||||
|
||||
We pass the `--build` flag so Docker will compile our image and then starts the containers.
|
||||
|
||||
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:
|
||||
|
||||
```shell
|
||||
$ curl http://localhost:5000/initdb
|
||||
|
||||
Reference in New Issue
Block a user