5 lines
122 B
Makefile
5 lines
122 B
Makefile
default:
|
|
podman build -t fastionary .
|
|
podman stop fast || echo
|
|
podman run --name fast --rm -d -p 8080:5000 fastionary
|