主题是Update the application,这里是链接
承接上个文章,这个文章主要是学习项目内容更新后重新构建image。
src/static/js/app.js
文件,将第56行注释,添加下面的代码<p className="text-center">You have no todo items yet! Add one above!</p>
docker build -t getting-started .
docker ps
获得docker rm -f <the-container-id>
docker run -dp 127.0.0.1:3000:3000 getting-started