Añadir 'Ekart/scripts/remove-app.sh'

This commit is contained in:
Lopera Mendizabal 2024-04-12 09:06:58 +00:00
parent 1d431e4fdf
commit b68aeb315c

View File

@ -0,0 +1,2 @@
#!/bin/bash
docker rm $(docker ps -a | grep ${CONTAINER_NAME} | awk '{print $1}')