mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-21 22:07:13 +00:00
http.server requires python3
This commit is contained in:
@@ -596,7 +596,7 @@ _cmd_www() {
|
||||
echo "http://$IPADDR:8000/$F"
|
||||
done
|
||||
info "Press Ctrl-C to stop server."
|
||||
python -m http.server
|
||||
python3 -m http.server
|
||||
}
|
||||
|
||||
greet() {
|
||||
|
||||
Reference in New Issue
Block a user