Skip to content

Commit

Permalink
docker build is missing in MacOS guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalpd7 authored Jan 22, 2024
1 parent 8e0f7bc commit a2da035
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions versioned_docs/version-2.0.0/quickstart/python-flask-mongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,12 @@ Depending on your OS, choose your adventure:
### Lights, Camera, Record! 🎥
Build the app image:
```bash
docker build -t flask-app:1.0 .
```
Capture the test-cases-
```shell
Expand Down

0 comments on commit a2da035

Please sign in to comment.