From aa6d78cfa3f8326a8a1aa6747701cfcddf681734 Mon Sep 17 00:00:00 2001 From: lucky777 Date: Thu, 26 Apr 2018 23:04:57 +0200 Subject: [PATCH] Update 100-windows.md Fix git clone command. Without proper parameter core.autocrlf=input app, after build doesn't start correct. --- 100-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/100-windows.md b/100-windows.md index 3c6f5f5..b27e96c 100644 --- a/100-windows.md +++ b/100-windows.md @@ -64,7 +64,7 @@ Install [GIT](https://git-scm.com/download/win) if not already installed on your cd docker # Now Clone the repo locally - git clone https://github.com/Azure-Samples/docker-django-webapp-linux.git --config core.autocrlf.input + git clone https://github.com/Azure-Samples/docker-django-webapp-linux.git --config core.autocrlf=input cd docker-django-webapp-linux ## Step 2: Locally build a Docker image