peering-manager / docker

🐳 Docker Image of Peering Manager
Apache License 2.0
9 stars 13 forks source link

Optimize docker build order #2

Closed mngan closed 4 years ago

mngan commented 4 years ago

Copy the requirements files in first and install the requirements before copying the peering-manager code itself. This stops the python requirements from being installed all the time slowing down the build. Add gitignore for peering-manager directory