Closed jeancochrane closed 4 years ago
This PR splits db/Dockerfile into two Dockerfiles so that the Postgres, Make, and Django services can each have their own Dockerfile with the separate dependencies required of each service.
db/Dockerfile
Closes #17.
Exporting routes
docker-compose down --volumes
Developing
Overview
This PR splits
db/Dockerfile
into two Dockerfiles so that the Postgres, Make, and Django services can each have their own Dockerfile with the separate dependencies required of each service.Closes #17.
Testing instructions
Exporting routes
section of the READMEdocker-compose down --volumes
Developing
section of the README and make sure that the commands successfully build containers and import data