Update readme and update some test files to be better examples

This commit is contained in:
Ian Fijolek
2024-11-15 12:05:17 -08:00
parent e0af17a599
commit 7cac6c94d7
7 changed files with 125 additions and 180 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ docker-build:
.PHONY: docker-run
docker-run: docker-build
docker run --rm -v $(shell pwd)/config.yml:/root/config.yml $(DOCKER_TAG)
docker run --rm -v $(shell pwd)/sample-config.hcl:/root/config.hcl $(DOCKER_TAG)
## Multi-arch targets
$(TARGETS): $(GOFILES)