Update z1/README.md

This commit is contained in:
Charlyne Wargnier-Potier 2025-03-19 06:41:21 +00:00
parent 8a2b0a0424
commit f43ef7fb09

View File

@ -33,7 +33,7 @@ Both containers communicate over a custom Docker network (`app_network`).
- **Network:** `app_net` A custom Docker bridge network for inter-container communication.
- **Volume:** `pgdata` Persists PostgreSQL data between container restarts.
## How to prepare, run, pause and delete the application
# How to prepare, run, pause and delete the application
## Step 1: Prepare the application
### This will create the necessary volume, network, and build the Flask image.
./prepare-app.sh
@ -50,7 +50,7 @@ Both containers communicate over a custom Docker network (`app_network`).
### This will stop and remove the containers, network, and volume.
./remove-app.sh
## How to view the application on the web
# How to view the application on the web
## Step 1: Ensure that the Flask application is running
### Make sure that the application has been started by running the ./start-app.sh script.