From aabde27ac706d167608fd2c2e42d9074965f7699 Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Sat, 3 Oct 2015 19:22:42 +0200 Subject: [PATCH] Update INSTALLDEV.md --- INSTALLDEV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALLDEV.md b/INSTALLDEV.md index 5b596b6f..9438d103 100644 --- a/INSTALLDEV.md +++ b/INSTALLDEV.md @@ -11,7 +11,7 @@ If you are planing to do some development you may want to consider doing it unde 2. Build a new image, create and start a container ```bash - curl http://git.io/orchestra-Dockerfile > /tmp/Dockerfile + curl -L http://git.io/orchestra-Dockerfile > /tmp/Dockerfile docker build -t orchestra /tmp/ docker create --name orchestra -i -t -u orchestra -w /home/orchestra orchestra bash docker start orchestra