From ad5135ae6331f537dfe4b6ba80861e33080f6c9e Mon Sep 17 00:00:00 2001 From: Emeline Nerot Date: Wed, 7 May 2025 08:53:50 +0000 Subject: [PATCH] This is it! --- Exam/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exam/README.md b/Exam/README.md index 05418d8..ad71b43 100644 --- a/Exam/README.md +++ b/Exam/README.md @@ -45,7 +45,7 @@ This is a Todo web application builds for the final exam for the course Cloud te docker-compose build ``` - Start the application using Docker Compose: - ```bash + ```bash docker-compose up -d ``` - This will deploy the application using the configurations specified in `docker-compose.yml`.