peerjs minor fix 2
This commit is contained in:
parent
5c1f45261a
commit
31fcf0f950
|
@ -9,5 +9,4 @@ ensure_not_root
|
|||
|
||||
ensure_container_not_exists ${container_name}
|
||||
|
||||
podman run --name ${container_name} --user nobody -p ${listen_if}:${listen_port}:9000 -d ${upstream_image}:${upstream_version}
|
||||
podman stop ${container_name}
|
||||
podman run --name ${container_name} --user nobody -p ${listen_if}:${listen_port}:9000 -d ${upstream_image}:${upstream_version} && podman stop ${container_name} && echo Container ${container_name} successfully built and stopped.
|
||||
|
|
Loading…
Reference in a new issue