mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Create kill_process.sh
This commit is contained in:
parent
aef9692c5c
commit
e501d7672b
1 changed files with 5 additions and 0 deletions
5
deploy/scripts/kill_process.sh
Normal file
5
deploy/scripts/kill_process.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Remove existed container"
|
||||||
|
cd /home/ubuntu/deploy
|
||||||
|
docker-compose -f deploy/docker-compose.yml down || true
|
Loading…
Reference in a new issue