Explain you can use Docker alternatives for local preview
This commit is contained in:
parent
c7730937a4
commit
a531bcc933
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue