From 2e4be6c9b95f786f949f88bb48265d83f6732826 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 3 Apr 2025 17:51:43 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fbbc35328..a92e279f9 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,12 @@ Return to the sintonia project folder, run this commands: # Clean and build make clean cp .env.dev .env -DOCKER_BUILDKIT=1 docker-compose build +DOCKER_BUILDKIT=1 docker compose build # Setup make dev-certs -docker-compose run --rm legacy make build -docker-compose run --rm api libretime-api migrate +docker compose run --rm legacy make build +docker compose run --rm api libretime-api migrate ``` Run the following command: