From a05cda0351a5a8cd99acfc7eb4733fa6b406a867 Mon Sep 17 00:00:00 2001 From: albrecht <flo@DESKTOP-ERC0T8S> Date: Mon, 10 Jul 2023 15:35:47 +0200 Subject: [PATCH] added troubleshooting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 49ae76f..d4cf95f 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 -- GitLab