From c13eec4a7328802aa5b7c5132bc7f4d0e3ecbc3b Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 9 Mar 2021 16:41:03 +0100 Subject: [PATCH] Start misp-modules in venv --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 5c35367..a207266 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -64,7 +64,7 @@ RUN ( \ echo 'autorestart = false'; \ echo ''; \ echo '[program:misp-modules]'; \ - echo 'command=/bin/bash -c "misp-modules -s -l 127.0.0.1"'; \ + echo 'command=/bin/bash -c "/var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 -s"'; \ echo 'user = www-data'; \ echo 'startsecs = 0'; \ echo 'autorestart = false'; \