Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 278 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 278 Bytes

Django Docker dev

Docker image for Django development tools.

Usage

Build the image:

make build

Add an alias in your .bashrc file:

alias django-docker-dev='docker run --rm -it -v "$(pwd):/apps" -p 8500:8500 --name ddd "django-docker-dev"'