mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-07 09:42:52 +01:00
Update entrypoint-dev.sh
Actualizando el entrypoint para prender del inicio
This commit is contained in:
committed by
GitHub
parent
38242fbf58
commit
87a9824fef
@@ -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