Skip to content

Commit 0e0e854

Browse files
committed
chore: Use alpine version
1 parent 7e315de commit 0e0e854

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
services:
22
docs:
3-
image: python:3.8
3+
image: python:3.8-alpine
44
command: sh -c "pip install -r requirements.txt && mkdocs serve -a 0.0.0.0:8000"
55
working_dir: /docs
66
volumes:
77
- ./:/docs
88
ports:
9-
- 8000:8000
9+
- 8000:8000

docs/contributing_docs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ We publish our documentation using Netlify.
1616
* Once Python dependencies have been installed, run `mkdocs serve` to start a local auto-updating MkDocs server.
1717

1818
### Using Docker
19-
The root of the project contains a `compose.yml` file. Simply run `docker compose up` and then access the docs at http://localhost:8000.
19+
20+
The root of the project contains a `compose.yml` file. Simply run `docker compose up` and access the docs at: `http://localhost:8000`.
2021

2122
### PR preview deployments
2223

0 commit comments

Comments
 (0)