diff --git a/README.md b/README.md index 49ae76f48be04193813e4095168d9f51078faed0..d4cf95fd247662b935b134bee602053e8dc49d9f 100644 --- a/README.md +++ b/README.md @@ -182,3 +182,5 @@ curl --location --request POST 'localhost:8080/ShoppingCart/pay' \ --header 'Authorization: Bearer INSERT_TOKEN_HERE' ``` +## Troubleshooting +If Docker doesn't detect a specific file, check if in VS-Code all Docker-related files has LF (Line Feed) and not CRLF (Carriage Return). \ No newline at end of file