Changed docker run to interactive and remove on exit (#675)

This commit is contained in:
dr-BEat
2022-10-03 18:24:10 +02:00
committed by GitHub
parent 45ed832ec8
commit e71c8907f0
+1 -1
View File
@@ -82,7 +82,7 @@ pip3 install -r requirements.txt
docker pull soxoj/maigret
# usage
docker run soxoj/maigret:latest username
docker run -it --rm soxoj/maigret:latest username
# manual build
docker build -t maigret .