We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336b93e commit d8f07d0Copy full SHA for d8f07d0
1 file changed
.docker/intelmq-full-dev/entrypoint-dev.sh
@@ -24,7 +24,7 @@ fi
24
if [[ $1 == "selftest" ]]
25
then
26
export INTELMQ_TEST_EXOTIC=1
27
- pytest-3 /etc/intelmq/intelmq/tests
+ pytest-3 /opt/intelmq/intelmq/tests
28
else
29
- 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
30
fi
0 commit comments