mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01: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
|
nosetests3 /etc/intelmq/intelmq/tests
|
||||||
else
|
else
|
||||||
cd /etc/intelmq-api && hug -m intelmq_api.serve -p8080
|
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