aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 5871bbb599eabe8f96c5ae05bd62b600bd16eb95 (plain)
1
2
3
4
5
6
build:
	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