Skip to content

Releases: cryptictech/Docker-React-App

v4.0.2

09 Feb 20:47
70ce2e4

Choose a tag to compare

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.