Skip to content

Commit

Permalink
docs: add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Nov 15, 2024
1 parent 6f3de1e commit 68f8845
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/documentation/sitespeed.io/docker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ The [slim container](https://github.com/sitespeedio/sitespeed.io/blob/main/Docke
We lock down the browsers to specific versions for maximum compatibility and stability with sitespeed.io's current feature set; upgrading once we verify browser compatibility.
{: .note .note-info}

## Build
The containers are built in [the release step in GitHub actions](https://github.com/sitespeedio/sitespeed.io/blob/main/.github/workflows/building-docker-release.yml).

If you need to build it yourself, you need to clone the repository and build:

```bash
git clone https://github.com/sitespeedio/sitespeed.io.git
cd sitespeed.io
docker build --load -t sitespeedio/sitespeed.io .
```

## Running using Docker

The simplest way to run using Chrome:
Expand Down

0 comments on commit 68f8845

Please sign in to comment.