mgibeau / teksavvy-dashboard

A completely over-engineered dashboard for tracking TekSavvy bandwidth usage.
2 stars 2 forks source link

Support Docker build #5

Closed mgibeau closed 6 years ago

mgibeau commented 6 years ago

Currently works by using the bundled proxy in react-create-app's development environment. To create a proper Docker image, it should start an express server and serve the production build.

mgibeau commented 6 years ago

It turns out it wasn't necessary to remove the dependency, it's still useful for the development environment