Image for using django in v5.0.4 using python3 v3.10.12 linux/amd64
107
version: '3.9'
services: container_1:
image: agallardo206/django-cli:1.0
container_name: container_1
working_dir: /app/app/
command: /bin/sh -c "python manage.py runserver 0.0.0.0:7000"
restart: always
volumes:
- .:/app
ports:
- "86:7000"
env_file:
- .env
stdin_open: true
tty: true
environment:
- CHOKIDAR_USEPOLLING=true
Content type
Image
Digest
sha256:bb6a25bdc…
Size
177.4 MB
Last updated
about 2 years ago
docker pull agallardo206/django-cli:1.0