diff --git a/test/run.sh b/test/run.sh index 0c47eb1..9d0942c 100644 --- a/test/run.sh +++ b/test/run.sh @@ -1,3 +1,5 @@ #!/usr/bin/with-contenv bashio -echo "Hello world!" \ No newline at end of file +echo "Hello world!" + +python3 -m http.server 8000 \ No newline at end of file