Skip to content

Commit

Permalink
add a line to the docs that clarifies that the run.sh file must have …
Browse files Browse the repository at this point in the history
…LF line endings (mealie-recipes#922)
  • Loading branch information
StevenMassaro committed Feb 3, 2022
1 parent 951f92e commit cfa5c96
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cfa5c96

Please sign in to comment.