Netflix / flamescope

FlameScope is a visualization tool for exploring different time ranges as Flame Graphs.
Apache License 2.0
3k stars 168 forks source link

Add client build to Dockerfile #151

Closed kroemeke closed 2 years ago

kroemeke commented 2 years ago

Latest updates to flamescope resulted in client missing when running it in docker. Going to http://localhost:5000 ends up with an error as /app/public is empty.

This commit adds client build steps into the Dockerfile.

Signed-off-by: Marek Kroemeke kroemeke@gmail.com