Explain you can use Docker alternatives for local preview

This commit is contained in:
Tim Bannister 2022-06-02 14:13:47 +01:00
parent c7730937a4
commit a531bcc933
No known key found for this signature in database
GPG Key ID: 1E76582C4F66FA48
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ git submodule update --init --recursive --depth 1
To build the site in a container, run the following: To build the site in a container, run the following:
```bash ```bash
# You can set $CONTAINER_ENGINE to the name of any Docker-like container tool
make container-serve make container-serve
``` ```