mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 07:07:10 +00:00
Add docker step
cd into directory after cloning to be able to run the docker command
This commit is contained in:
parent
32cf66b3f8
commit
6480f09e87
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ You can build a docker image with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/zardus/ctf-tools
|
git clone https://github.com/zardus/ctf-tools
|
||||||
|
cd ctf-tools
|
||||||
docker build -t ctf-tools .
|
docker build -t ctf-tools .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue