React + Vite docker run -p 3000:3000 studentapp rebuild docker build -t studentapp . docker run --name studentapp -p 3000:3000 -d studentapp