There was an error while loading. Please reload this page.
2 parents 9a2a745 + 2dc9658 commit 8e26383Copy full SHA for 8e26383
1 file changed
docker-compose.yml
@@ -1,14 +1,14 @@
1
services:
2
app:
3
- image: python:3-slim
+ image: python:3.14-slim
4
command: mkdocs serve -a 0.0.0.0:8000
5
entrypoint: /app/docker-entrypoint.sh
6
working_dir: /app
7
ports:
8
- 8000:8000
9
volumes:
10
- .:/app
11
- - python-packages:/usr/local/lib/python3.x/site-packages/
+ - python-packages:/usr/local/lib/python3.14/site-packages/
12
13
14
python-packages:
0 commit comments