From b3cfde445c9205559933b19bde6c9400f49a1445 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 17 Nov 2024 11:27:38 +0100 Subject: [PATCH] Merge docker compose up and build into a single command --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 49752d5..93a449f 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,7 @@ projects Docker compose is the recommended way to run Libre Wedding Planner for development purposes. After downloading both repositories, `cd` to the root of `wedding-planner` and run: ```bash -docker compose build -docker compose up +docker compose up --build ``` Several containers will be started: -- 2.47.1