docker build -t konrad/reactapp .
docker run -it --name reactapp -p 4680:3000 -d konrad/reactapp
Open http://localhost:4680/ in the web browser
| Name | Name | Last commit date | ||
|---|---|---|---|---|
docker build -t konrad/reactapp .
docker run -it --name reactapp -p 4680:3000 -d konrad/reactapp
Open http://localhost:4680/ in the web browser