Skip to content

Commit

Permalink
fix http server
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Matias <[email protected]>
  • Loading branch information
skylenet authored Mar 5, 2024
1 parent a8d24fa commit 1de7365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1de7365

Please sign in to comment.