We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e27a7 commit 3a06574Copy full SHA for 3a06574
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3.4"
2
services:
3
www:
4
- image: python:3.11.4
+ image: python:3.13.2
5
working_dir: /app
6
command: >
7
bash -c "source /.venv/bin/activate && pip install -r requirements.txt && python manage.py runserver 0.0.0.0:8080"
0 commit comments