Closed davidsmonkeys closed 2 months ago
This bug is caused by the file being saved with CRLF line endings. When you switch that to LF only hen it all works as expected. The file is bundled into the image correctly and when run from the container performs as expected.
Describe the bug
In the readme for the app we state that we can run the app using local code locally in docker. Why we would do this I do not know. However it should be possible and we should make it possible as we have made these configuration changes to allow it to run in codespaces and as a result we've stopped it working locally.
It's not likely to be a common usage scenario but it should work
To Reproduce Steps to reproduce the behavior:
Expected behavior It shouldn't error and it should handle the absence of the files more gracefully in this secenario
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information): N/A
Additional context