container-projects / README.md
README.md
Raw

This is a collection of container projects built with Docker.

Projects include...

  1. An express server base image template which have necessary libraries and dependencies already installed, and a simple 'get' route that returns a json message.

  2. A React application, with the Dockerfile having a 2-stage build. The first build packages the application, and builds it, while the second stage deploys it on a Docker Nginx server.