flipkart-incubator / Astra

Automated Security Testing For REST API's
Apache License 2.0
2.49k stars 396 forks source link

Docker improvements #77

Open mloberg opened 5 years ago

mloberg commented 5 years ago

Sped up Docker build by including only requirements.txt before installing. This means Docker can reuse layers if only a source file changed.

Also added docker-compose so you don't have to worry about setting up mongo and can just use docker-compose up.

naturedamends commented 1 year ago

Please see https://github.com/flipkart-incubator/Astra/pull/136