R2Northstar / NorthstarMasterServer

Master server for Northstar
MIT License
92 stars 33 forks source link

Add Dockerfile for reproducible setups #71

Closed GeckoEidechse closed 2 years ago

GeckoEidechse commented 2 years ago

For example we seem to require an up-to-date version of NodeJS. This would be fine if it wasn't for Ubuntu shipping outdated node versions, even for the newest 22.04 LTS.

A Dockerfile would help us alleviate that issue to some degree, giving us an environment that should work with Master Server code.