mirror of
https://github.com/certat/intelmq-docker.git
synced 2026-05-04 02:18:32 +02:00
Update entrypoint-dev.sh
Actualizando el entrypoint para prender del inicio
This commit is contained in:
committed by
Sebastian Waldbauer
parent
d6ed749a27
commit
4277635f68
@@ -23,4 +23,8 @@ then
|
||||
nosetests3 /etc/intelmq/intelmq/tests
|
||||
else
|
||||
cd /etc/intelmq-api && hug -m intelmq_api.serve -p8080
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "${ENABLE_BOTNET_AT_BOOT}" = "true" ]; then
|
||||
intelmqctl start
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user