Update homepage repo to build using natter.

This commit is contained in:
Tom Alexander
2023-12-23 17:22:37 -05:00
parent a78b4eb7c4
commit 070eaef72d
3 changed files with 10 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ else
endif
.PHONY: run
run: build
run: ## Launch the docker image
> docker run --rm -i -t -p "8080:8080" $(IMAGE_NAME)