🧹 Remove container after run

This commit is contained in:
Gerber, Mike 2019-06-24 17:36:06 +02:00
parent f3e37dd16c
commit 51a2ccc224

2
run
View file

@ -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