Improved server cleaning (#639)

Deleting the amnezia directory in opt when cleaning the server.
This commit is contained in:
lunardunno 2024-02-26 16:35:31 +04:00 committed by GitHub
parent 1dd7b0a221
commit 256081e4ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View file

@ -1,3 +1,3 @@
sudo docker stop $CONTAINER_NAME
sudo docker rm -fv $CONTAINER_NAME
sudo docker stop $CONTAINER_NAME;\
sudo docker rm -fv $CONTAINER_NAME;\
sudo docker rmi $CONTAINER_NAME