From 1089452212f11ef745e53b230d0410655785fcfd Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 14 Nov 2024 22:17:08 -0500 Subject: [PATCH] feat: Minimal readme and cleans up docker files. --- Makefile | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f033cea..3ff79d4 100755 --- a/Makefile +++ b/Makefile @@ -18,6 +18,5 @@ run: test-docker: @docker compose --file docker/docker-compose-test.yaml \ - --project-directory "${PWD}" \ run --build --remove-orphans -i --rm test @docker compose --file docker/docker-compose-test.yaml down diff --git a/README.md b/README.md index d07fb2e..730e339 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dewpoint-controller -![CI](https://git.housh/dev/actions/workflows/ci.yaml/badge.svg?branch=main) +[![CI](https://git.housh/dev/actions/workflows/ci.yaml/badge.svg?branch=main)] Listens to an MQTT broker for temperature and humidity sensors and calculates the dew-point temperature and enthalpy for the sensor, then publishes those back