5 lines
106 B
PowerShell
5 lines
106 B
PowerShell
|
mkdir out
|
||
|
|
||
|
podman build -t tmp/mosh-build .
|
||
|
podman run --rm -v ./out:/out localhost/tmp/mosh-build:latest
|