SSWConsulting / SSW.CodeAuditor

SSW Code Auditor V2
7 stars 6 forks source link

🐛 Mobile | Fix issue with k6 not running in Docker #916

Closed zacharykeeping closed 2 months ago

zacharykeeping commented 5 months ago

Closes #915

k6 isn't running from the Docker image as the k6-scripts folder never gets copied and so is never able to execute the script file. This fixes it by copying the k6-scripts folder.

Also fixes the download button not working on the k6 page.

341270002-d45b9f0f-e519-49fc-84ff-90e32602cae3

✅ Figure: k6 now runs successfully