TheDataStation / datastation-escrow

Apache License 2.0
1 stars 0 forks source link

Adding OS to Config File and Changing Dockerfile Caching #56

Closed Dumplingz closed 1 year ago

Dumplingz commented 1 year ago

This PR adds the operating system to the config file. In addition, I put the config class in its own file (under "common"). This way, we can just propagate a config instance throughout DS, rather than having to explicitly propagate relevant information (e.g. from DataStation to Gatekeeper to DSDocker)

This also moves some lines of code in the Dockerfile around. This may or may not improve Docker loading times.