This is it!

This commit is contained in:
Emeline Nerot 2025-05-07 08:53:50 +00:00
parent c8c1223e66
commit ad5135ae63

View File

@ -45,7 +45,7 @@ This is a Todo web application builds for the final exam for the course Cloud te
docker-compose build docker-compose build
``` ```
- Start the application using Docker Compose: - Start the application using Docker Compose:
```bash ```bash
docker-compose up -d docker-compose up -d
``` ```
- This will deploy the application using the configurations specified in `docker-compose.yml`. - This will deploy the application using the configurations specified in `docker-compose.yml`.