Tried to run the following command in the Lean docker container
dotnet QuantConnect.ToolBox.dll --app=CUG


But it returns an error
ERROR:: LocalDiskMapFileProvider.GetMapFileResolver(usa): The specified directory does not exist: ../../../Data/equity/usa/map_files
ERROR:: CoarseUniverseGenerator.Run(): FAIL, Fine Fundamental folder not found at /Lean/Data/equity/usa/fundamental/fine!

When I run a local backtest everything works fine.
How can I solve this issue or generate a Coarse fundamental csv file another way?