Updated Docker documentation typo

pull/143/head
Simon Tran 2017-10-01 02:34:53 +02:00
parent 6b43d2a067
commit 6039f8c3cd
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```