Open christoff-linde opened 1 month ago
Currently, the project has to be run/started using go build and ./pih-mqtt-go. To enable proper deployment and hosting in future, the project should be dockerised.
go build
./pih-mqtt-go
CHR-38 Setup docker deployment for project
Currently, the project has to be run/started using
go build
and./pih-mqtt-go
. To enable proper deployment and hosting in future, the project should be dockerised.