mirror of https://github.com/docker/docs.git
commit
006d558ce0
|
@ -225,7 +225,7 @@ Now, to start our application and to confirm that it is running properly, run th
|
|||
$ 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.
|
||||
We pass the `--build` flag so Docker will compile our image and then start the containers.
|
||||
|
||||
Now let’s test our API endpoint. Open a new terminal then make a GET request to the server using the curl commands:
|
||||
|
||||
|
|
Loading…
Reference in New Issue