AsherGlick / ResourceCalculator

A Video Game Resource Calculator
https://resourcecalculator.com
GNU General Public License v3.0
59 stars 34 forks source link

Docker Container Runtime Upgrades #66

Closed AsherGlick closed 2 years ago

AsherGlick commented 2 years ago

Upgrade the docker functionality to allow for calculators to be built while the container is running instead of while the image is being built. Enables the ability to use the --watch command to get automatic rebuilds of the calculators if desired. If not then rebuilding the calculators is as simple as re-running docker-compose up without needing to rebuild the images.