Skip to content

v4.0.2

Latest
Compare
Choose a tag to compare
@cryptictech cryptictech released this 09 Feb 20:47
70ce2e4

This is my first dockerization of create-react-app.

The image is hosted on Docker Hub.

To pull this version from the repository, type docker pull cryptictech/react-app:4.0.2
To run this version from the repository, type docker run -dp 3000:3000 cryptictech/react-app:4.0.2

React app will be hosted on port 3000, so to view it, navigate to http://localhost:3000

For create-react-app's release notes on version 4.0.2, go to their release.