Remove stopped package builder container
This commit is contained in:
parent
2ae63a4d69
commit
cfbb62f5bf
2
piston
2
piston
|
@ -73,7 +73,7 @@ case $1 in
|
||||||
echo "Building $PKGSLUG"
|
echo "Building $PKGSLUG"
|
||||||
echo "Ensuring latest builder image"
|
echo "Ensuring latest builder image"
|
||||||
docker build repo -t piston-repo-builder
|
docker build repo -t piston-repo-builder
|
||||||
docker run -v "$(realpath $(dirname "$0")):/piston" piston-repo-builder --no-server $PKGSLUG
|
docker run --rm -v "$(realpath $(dirname "$0")):/piston" piston-repo-builder --no-server $PKGSLUG
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
cd cli
|
cd cli
|
||||||
|
|
Loading…
Reference in New Issue