From cfa5c9606db8a4dc4ac1e799cb146a7e577ee9ed Mon Sep 17 00:00:00 2001 From: Steven Massaro Date: Thu, 3 Feb 2022 14:32:27 -0600 Subject: [PATCH] add a line to the docs that clarifies that the run.sh file must have LF line endings (#922) --- docs/docs/contributors/developers-guide/starting-dev-server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/contributors/developers-guide/starting-dev-server.md b/docs/docs/contributors/developers-guide/starting-dev-server.md index 21510750d1e9..b125f03623c2 100644 --- a/docs/docs/contributors/developers-guide/starting-dev-server.md +++ b/docs/docs/contributors/developers-guide/starting-dev-server.md @@ -10,6 +10,8 @@ Prerequisites You can easily start the development stack by running `make docker-dev` in the root of the project directory. This will run and build the docker-compose.dev.yml file. +On Windows, the `mealie/run.sh` file must have LF line endings, or the mealie-api container will fail to start with the error: `/app/mealie/run.sh: not found`. + ## Without Docker Prerequisites