ProtistDocker rebuild commandsdocker rm -f protist-appdocker build -t protist:latestdocker run -d -p 8080:80 --name protist-app protist:latest