From cbd2e8c5be8bb13ff5665a06d3d451c2bcdae594 Mon Sep 17 00:00:00 2001 From: Dario Amoroso d'Aragona <100281498+darioamorosodaragona-tuni@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:46:17 +0200 Subject: [PATCH] Update README.md updated only the setup part of the readme file accordingly to the last modification --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index e139656..e7e9dec 100644 --- a/docker/README.md +++ b/docker/README.md @@ -47,7 +47,7 @@ project_root 2. **Build and run the Docker containers:** ```sh - setup.sh + docker-compose -f ./docker/docker-compose-ghcr.yml up --build -d ``` This command will perform some necessary action and will build the Docker images and start the containers for the Flask application, Redis, and Nginx.