Currently there are 3 branches here
- Base Custom Image Branch for playing to create a simple custom image using ubuntu and nginx image
- Base Server Image
The same custom image like in the branch
base-custom-imagebut with additional node js and command to runnpm startby default - Docker Compose server and client
Branch to show how to use docker compose to build more than one container in one command.
In this branch we weill cover
- Server -> using express
- Client Production -> Production build for react application using nginx
- Client Dev -> Development buld for react with hot reloading
- Nginx -> our web server