We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9f341 commit 9ffbfdeCopy full SHA for 9ffbfde
1 file changed
README.md
@@ -20,20 +20,16 @@ This project demonstrates how to build and deploy a **Dockerized Flask web appli
20
---
21
22
## 📁 Project Structure
23
-
+```
24
myapp/
25
26
├── app.py
27
28
├── Dockerfile
29
30
├── requirements.txt
31
32
├── buildspec.yml
+ └── imagedefinitions.json
33
34
-└── imagedefinitions.json
35
36
37
38
39
0 commit comments