CarletonURocketry / ground-station

The ground station software used to interface with the ground station LoRa board and distribute signals from the rocket across websocket connections.
https://carletonurocketry.github.io/ground-station/
MIT License
7 stars 6 forks source link

Add Docker support #41

Closed TASelwyn closed 8 months ago

TASelwyn commented 10 months ago

This PR creates a Dockerfile in the repo, allowing you to run docker build and generate docker images for running our telemetry server.

linguini1 commented 10 months ago

I think this is solved in #42. I'm merging it first since Jacob originally mentioned the idea, but please check if you want to make changes to that Dockerfile.

If you'd like, add your suggestion of a workflow which automatically creates an updated Dockerfile on each commit; just make sure to open an issue first and assign it to yourself so we know you're working on it.