From 3ec9d8afe0f90f77239db0484a125f0747139a70 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sat, 11 Feb 2023 22:26:11 -0500 Subject: finish self-updating container --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d996f14..5871bbb 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,6 @@ build: - podman build -t capotej-site . \ No newline at end of file + podman build -t capotej-site . +run: + podman run -it -p 8181:80 localhost/capotej-site:latest +debug: + podman run -it -p 8181:80 localhost/capotej-site:latest /bin/sh -- cgit v1.2.3