FileSystemException when runnning a Dart Shelf Docker Container
I generated a dart project with dart create -t server-shelf . --force. On the top folder I created a json file (my_data.json) with some mock data. In my code I am using the data from the json file like: final…