Merge pull request #14207 from rayedbw/patch-1

Update develop.md
This commit is contained in:
Usha Mandya 2022-02-02 18:35:17 +00:00 committed by GitHub
commit 006d558ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 lets test our API endpoint. Open a new terminal then make a GET request to the server using the curl commands: