django / django-docker-box

Run the Django test suite across all supported databases and python versions
116 stars 37 forks source link

Fixed #29 -- Fixed crash of docs. #40

Closed awtimmering closed 2 years ago

awtimmering commented 2 years ago

Add git to dependencies for the Docker image, which is used in the docs target - and currently causes docker-compose run docs to fail.

Fixed #29

awtimmering commented 2 years ago

Rebased & ready.

$ docker-compose build docs
$ docker-compose run --rm docs
felixxm commented 2 years ago

@awtimmering Thanks :+1: