Skip to content

Commit

Permalink
Update docker compose start command; its causing an issue on some win…
Browse files Browse the repository at this point in the history
…dow hosts with docker toolbox installed
  • Loading branch information
joepreludian committed Feb 1, 2020
1 parent 236f50c commit 00df04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: "3.7"
services:
jupyter:
image: 'code4cwb/datascience-kit'
command: ./start.sh
command: bash start.sh
volumes:
- .:/app
ports:
Expand Down

0 comments on commit 00df04f

Please # to comment.