Skip to content

cryptictech/Docker-React-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker-React-App

A dockerfile to launch Facebook's React App. Let's make React development and deployment faster.

Not an official image, but a convenient one.

How to use the image

Using the latest image

To pull the image, use docker pull cryptictech/react-app:latest

To run the image, use docker run cryptictech/react-app:latest

Versioned images

I am trying to support different versions of create-react-app in an attempt to be more suitable for production environments; to avoid confusion, my version numbers match Facebook's create-react-app.

To find which versions you can download, visit Docker Hub.

To pull and run a versioned image, use docker pull cryptictech/react-app:VERSION and docker run cryptictech/react-app:VERSION.

For example docker pull cryptictech/react-app:4.0.2 and docker run cryptictech/react-app:4.0.2.

Licensing

This software is the containerization of Facebook's create-react-app, the license provided covers the root directory of this project but /app is created by create-react-app which is covered by their license.