Añadir 'Ekart/scripts/remove-app.sh'
This commit is contained in:
parent
1d431e4fdf
commit
b68aeb315c
2
Ekart/scripts/remove-app.sh
Normal file
2
Ekart/scripts/remove-app.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker rm $(docker ps -a | grep ${CONTAINER_NAME} | awk '{print $1}')
|
Loading…
Reference in New Issue
Block a user