diff --git a/entrypoint.sh b/entrypoint.sh index dda0cf9..181b034 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -115,5 +115,5 @@ esac # Start webserver if [ "$SERVER_ENABLED" = true ] ; then - cd /data && exec python3 -m SimpleHTTPServer "$SERVER_PORT" + cd /data && exec python3 -m http.server "$SERVER_PORT" fi