updating format script to remove the comtainer when done

This commit is contained in:
ein 2022-01-29 15:10:54 -08:00
parent e386a6206a
commit f0025b506e

View File

@ -1 +1 @@
docker run -ti -v $(pwd):/tmp/python python bash -c "cd /tmp/python ; pip install black; black ." docker run --rm -ti -v $(pwd):/tmp/python/app python bash -c "cd /tmp/python ; pip install black; black ."