replit / prybar

Pry open those interpreters.
GNU General Public License v2.0
253 stars 52 forks source link

Improve Docker build time #22

Closed raxod502 closed 5 years ago

raxod502 commented 5 years ago

It is silly to add the source code before installing the dependencies, since then developers have to wait for the dependencies to be re-installed every time they modify the source code. Rearranging the Dockerfile leads to a tighter development cycle.