From d5f793f451f3e36fcafa3f0e7151e7fbde9bb5e1 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Thu, 8 Oct 2020 08:40:14 +0100 Subject: [PATCH] Add break line troubleshooting to docker guide --- DOCKER.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DOCKER.md b/DOCKER.md index 935e62b729..15fa75df5a 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -60,3 +60,6 @@ Check the app in the browser at `http://localhost:3000`. You will then get the trace of the containers in the terminal. You can stop the containers using Ctrl-C in the terminal. You can find some useful tips and commands [here](https://github.com/openfoodfoundation/openfoodnetwork/wiki/Docker:-useful-tips-and-commands). + +### Troubleshooting +If you are using Windows and having issues related to the ruby-build not finding a definition for the ruby version, you may need to follow these commands [here](https://stackoverflow.com/questions/2517190/how-do-i-force-git-to-use-lf-instead-of-crlf-under-windows/33424884#33424884) to fix your local git config related to line breaks.