From c7cae8118541533a93b57818ae1d9f1b9721ac5b Mon Sep 17 00:00:00 2001 From: till_schuetze Date: Wed, 13 Nov 2024 11:34:37 +0100 Subject: [PATCH] fix line endings and add comment --- api/DockerfileDev | 1 + 1 file changed, 1 insertion(+) diff --git a/api/DockerfileDev b/api/DockerfileDev index 7ad2f70fe..46f5dc363 100644 --- a/api/DockerfileDev +++ b/api/DockerfileDev @@ -11,4 +11,5 @@ COPY . . RUN chmod +x start.sh +# Make sure the start.sh script has LF line endings! CMD ["./start.sh"] \ No newline at end of file