Update README.md (#1837)

This commit is contained in:
Amir Pourmand 2023-10-16 22:55:59 +03:30 committed by GitHub
parent 422a72be25
commit b44528a9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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. - Finally, run the following command that will pull the latest pre-built image from DockerHub and will run your website.
```bash ```bash
$ docker compose pull
$ docker compose up $ docker compose up
``` ```