mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
Update kill_process.sh
This commit is contained in:
parent
05154e0851
commit
468da643cb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Remove existed container"
|
||||
docker-compose -f /home/ec2-user/docker-compose.yml down || true
|
||||
docker-compose -f /home/ubuntu/docker-compose.yml down || true
|
||||
|
||||
|
|
Loading…
Reference in a new issue