Skip to content

Commit

Permalink
Merge pull request #100 from ethpandaops/fix-http-server
Browse files Browse the repository at this point in the history
fix http server
  • Loading branch information
skylenet authored Mar 5, 2024
2 parents a8d24fa + 1de7365 commit 0ee3e45
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 0ee3e45

Please sign in to comment.