aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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