3 lines
137 B
Bash
3 lines
137 B
Bash
podman stop imposter
|
|
podman rm imposter
|
|
podman build -t imposter -f ./dockerfile . && podman run --name imposter -d -p 3050:3000 imposter |