We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ca643 commit 61b4c5bCopy full SHA for 61b4c5b
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3.4"
2
services:
3
www:
4
- image: python:3.11.4
+ image: python:3.12.5
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