diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |