Add docker step

cd into directory after cloning to be able to run the docker command
This commit is contained in:
Kenneth Chan 2018-07-13 10:32:47 -07:00 committed by Yan
parent 32cf66b3f8
commit 6480f09e87

View file

@ -172,6 +172,7 @@ You can build a docker image with:
```bash
git clone https://github.com/zardus/ctf-tools
cd ctf-tools
docker build -t ctf-tools .
```