Skip to content

Commit d8f07d0

Browse files
Update entrypoint-dev.sh
I detected some wrong path, i fixed and i think this will fix #20
1 parent 336b93e commit d8f07d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.docker/intelmq-full-dev/entrypoint-dev.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424
if [[ $1 == "selftest" ]]
2525
then
2626
export INTELMQ_TEST_EXOTIC=1
27-
pytest-3 /etc/intelmq/intelmq/tests
27+
pytest-3 /opt/intelmq/intelmq/tests
2828
else
29-
cd /etc/intelmq-api && uvicorn intelmq_api.main:app --port 8080 --host 0.0.0.0
29+
cd /opt/intelmq-api && uvicorn intelmq_api.main:app --port 8080 --host 0.0.0.0
3030
fi

0 commit comments

Comments
 (0)