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:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user