frontend-standalone-applications
=====================================

This service configures a simple nginx proxy server, used primarily for serving bundled react applications for standalone testing and development.

## Getting Started

Adding an application consists of two parts:
* Configuring a nginx server block
* Adding a CNAME for the server_name referenced in the nginx server block to the environment serving the application

### Running

Run the application in Docker as follows:

```bash
$ docker build -t standalone-frontends .
$ docker run -td standalone-frontends
```

