aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-02-12 03:26:11 +0000
committerJulio Capote <jcapote@gmail.com>2023-02-12 03:26:11 +0000
commit3ec9d8afe0f90f77239db0484a125f0747139a70 (patch)
tree03add1c5abff9beefa3c38fbf88adce0065f7413 /Makefile
parent198bd5ce59d698420c34052d4ea71950a686cf44 (diff)
downloadcapotej.com-3ec9d8afe0f90f77239db0484a125f0747139a70.tar.gz
finish self-updating container
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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