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.
1 parent 69ca643 commit 92efeaaCopy full SHA for 92efeaa
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.6
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