uniclogs / yamcs

Yamcs-based mission control software for UniClOGS
GNU Affero General Public License v3.0
1 stars 3 forks source link

Docker #36

Closed ryanpdx closed 2 years ago

ryanpdx commented 2 years ago

Added dev and prod docker configs.

The dev docker configs will add the source as a volume to the docker container and run the code in a docker container.

The prod docker configs will copy the source code and install Yamcs into a docker image.

Also add a GitHub workflow to automatically push the prod docker image to DockerHub