chore: initial commit for 30d badge/chart UI support

This commit is contained in:
Tore Stendal Lønøy
2025-02-05 10:38:14 +01:00
parent 9d8928dee0
commit 26851eff38
5 changed files with 32 additions and 13 deletions

View File

@@ -18,14 +18,14 @@ test:
##########
# Docker #
# podman #
##########
docker-build:
docker build -t twinproduction/gatus:latest .
podman build -t twinproduction/gatus:latest .
docker-run:
docker run -p 8080:8080 --name gatus twinproduction/gatus:latest
podman run -p 8080:8080 --name gatus twinproduction/gatus:latest
docker-build-and-run: docker-build docker-run