6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./stop-app-service.sh
|
|
docker-compose down -v
|
|
|