From 52e0be995f2f20d2a906996722432c16be10be03 Mon Sep 17 00:00:00 2001 From: qux-bbb <1147635419@qq.com> Date: Mon, 5 Feb 2024 22:26:59 +0800 Subject: [PATCH] Fix wrong command --- DEVELOP-GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOP-GUIDE.md b/DEVELOP-GUIDE.md index ae0a2df..0c55ba9 100644 --- a/DEVELOP-GUIDE.md +++ b/DEVELOP-GUIDE.md @@ -57,7 +57,7 @@ After doing this, you need to change in docker-compose-dev.yml the volume defin After you change some bot or add something new just run command **install_reqs_and_deploy_bots.sh** in the running container ``` -docker-compose exec -f docker-compose-dev.yml intelmq bash /opt/install_reqs_and_deploy_bots.sh +docker-compose -f docker-compose-dev.yml exec intelmq bash /opt/install_reqs_and_deploy_bots.sh ``` When you do this: