From b44528a9d210323e48cddc87b54f7d28c3e26321 Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Mon, 16 Oct 2023 22:55:59 +0330 Subject: [PATCH] Update README.md (#1837) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 548606e..4ef16d2 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ You need to take the following steps to get `al-folio` up and running on your lo - Finally, run the following command that will pull the latest pre-built image from DockerHub and will run your website. ```bash +$ docker compose pull $ docker compose up ```