Run the following commands to start Dockerized React App docker build -t myapp . docker run -d -p 3001:3000 myapp