From 057d15473084857480ad052be186a6fab026ece8 Mon Sep 17 00:00:00 2001 From: KJ Date: Sat, 7 Sep 2024 22:10:10 -0400 Subject: [PATCH] Change image name. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7350372..f97033e 100644 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ #!/bin/bash -podman image build -t localhost/debian-web:latest . +podman image build -t localhost/nginx-dev:latest .