🧹 Remove container after run

pull/27/head
Gerber, Mike 6 years ago
parent f3e37dd16c
commit 51a2ccc224

2
run

@ -1,2 +1,2 @@
#!/bin/sh
podman run -it --mount type=bind,src="$(pwd)",target=/data --privileged=true my_ocrd_workflow
podman run -it --rm --mount type=bind,src="$(pwd)",target=/data --privileged=true my_ocrd_workflow

Loading…
Cancel
Save