From 6039f8c3cd21496a810441b237213d742ae65c57 Mon Sep 17 00:00:00 2001 From: Simon Tran Date: Sun, 1 Oct 2017 02:34:53 +0200 Subject: [PATCH] Updated Docker documentation typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2c1549b..8be9cf13 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ curl https://get.docker.com | /bin/bash ``` git clone https://github.com/CIRCL/ail-framework cd AIL-framework -docker build -t ail-framework +docker build -t ail-framework . ``` 3. To start AIL on port 7000, type the following command below: ```