Skip to content

Commit

Permalink
Clarify the build instructions for Docker (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim authored Jul 26, 2022
1 parent fff1450 commit d5733f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ open "http://localhost:4000"

### Running in Docker

Building with docker-compose
First build the site with Docker Compose:

```
```bash
docker-compose run build
```

Running the site with docker-compose
Then you can run the site:

```
docker-compose up website
```

Website available on `http://localhost:4000`
The website will be available on `http://localhost:4000`

0 comments on commit d5733f1

Please sign in to comment.