mozilla / frost

Unit testing framework for test driven security of AWS, GCP, Heroku and more.
https://mozilla.github.io/frost/
Mozilla Public License 2.0
104 stars 24 forks source link

Fixes COPY so that frost works as expected #425

Closed ajvb closed 3 years ago

ajvb commented 3 years ago

the original COPY * ./ was actually copying sub-directories rather than the contents of the directory, so we want COPY . /app

Fixes #397

ajvb commented 3 years ago

Good point. I was defining "as expected" as what is documented in the "Running" section of the README (https://github.com/mozilla/frost#running), but would be good to specify that for Docker within the README.