Skip building a container image for local previews

Most of the time, you can pull the image from the internet.
This commit is contained in:
Tim Bannister
2022-06-02 14:11:25 +01:00
parent ea4736d2df
commit c7730937a4
3 changed files with 15 additions and 26 deletions
+1 -2
View File
@@ -36,10 +36,9 @@ git submodule update --init --recursive --depth 1
## Running the website using a container
To build the site in a container, run the following to build the container image and run it:
To build the site in a container, run the following:
```bash
make container-image
make container-serve
```