To build the image
$user@current_folder: docker build -t test-reactjs .Start the server
$user@current_folder: docker run -it -p 8080:8080 test-reactjsThis site ready at: localhost:8080
$user@current_folder: npm installThen
$user@current_folder: npm startThis site ready at: localhost:3000