diff --git a/other_installers/docker/README.md b/other_installers/docker/README.md index 6faf7123..6d09123b 100644 --- a/other_installers/docker/README.md +++ b/other_installers/docker/README.md @@ -19,6 +19,7 @@ curl https://get.docker.com | /bin/bash ```bash git clone https://github.com/CIRCL/AIL-framework.git cd AIL-framework +cp -r ./other_installers/docker/Dockerfile ./other_installers/docker/docker_start.sh ./other_installers/docker/pystemon ./ docker build -t ail-framework . ``` 3. To start AIL on port 7000, type the following command below: