react boilerplate banner


Start your next react project in seconds
A highly scalable, offline-first foundation with the best DX and a focus on performance and best practices

Jenkins and Docker

Example how to create docker image from your application created from react boilerplate.

Dockerfile is a multistage build that as a results creates an image of just few MB in size created from busybox. All build files are located in /html folder. If you are using kubernets check the repository that shows how to utilize the side car containers.

Jenkins file creates the image and pushes it to Docker hub.
PS: you need to add docker hub credentials for this.