mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01:00
@@ -24,7 +24,7 @@ fi
|
|||||||
if [[ $1 == "selftest" ]]
|
if [[ $1 == "selftest" ]]
|
||||||
then
|
then
|
||||||
export INTELMQ_TEST_EXOTIC=1
|
export INTELMQ_TEST_EXOTIC=1
|
||||||
pytest-3 /etc/intelmq/intelmq/tests
|
pytest-3 /opt/intelmq/intelmq/tests
|
||||||
else
|
else
|
||||||
cd /etc/intelmq-api && uvicorn intelmq_api.main:app --port 8080 --host 0.0.0.0
|
cd /opt/intelmq-api && uvicorn intelmq_api.main:app --port 8080 --host 0.0.0.0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user