From 00df04f3f6ed3ff3a1294e54678066554f4c62c1 Mon Sep 17 00:00:00 2001 From: Jonhnatha Trigueiro Date: Sat, 1 Feb 2020 16:55:54 -0300 Subject: [PATCH] Update docker compose start command; its causing an issue on some window hosts with docker toolbox installed --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d6d7b23..fef40aa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ version: "3.7" services: jupyter: image: 'code4cwb/datascience-kit' - command: ./start.sh + command: bash start.sh volumes: - .:/app ports: