Create kill_process.sh

This commit is contained in:
lwj9812 2024-03-15 14:57:53 +09:00 committed by GitHub
parent aef9692c5c
commit e501d7672b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,5 @@
#!/bin/bash
echo "Remove existed container"
cd /home/ubuntu/deploy
docker-compose -f deploy/docker-compose.yml down || true