From 5305f8e9ec40f625f43a8c3df501cd63890a68e4 Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Fri, 15 Jan 2016 09:05:09 -0500 Subject: [PATCH] Initial attempt at windows support --- .gitattributes | 2 ++ docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1bbd695 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf +*.py text eol=lf diff --git a/docker-compose.yml b/docker-compose.yml index 623ce32..216888a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ app: build: app/docker-quick/ - command: /noi/run.sh + command: /bin/bash /noi/run.sh links: - db #- redis