chore revert some changes

This commit is contained in:
Tore Stendal Lønøy
2025-02-05 11:07:27 +01:00
parent 26851eff38
commit 3c24aa93ce
2 changed files with 4 additions and 4 deletions

View File

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