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: