We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fd507e + d144806 commit bbaad24Copy full SHA for bbaad24
docs/docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
docs:
3
- image: python:3.13.0-alpine@sha256:bbe8d3f60d8cd79dce5e74932cf07c3e3b9e739692d961c046f2a353b78dd4b2
+ image: python:3.13.0-alpine@sha256:ee60f1fbb72e1844edce9ea169e0342b477822a3b5ec7a32637803bdca5c7362
4
entrypoint: [ ]
5
command: sh -c "cd docs && pip install -r requirements.txt && mkdocs serve --dev-addr=0.0.0.0:8000"
6
volumes:
0 commit comments