5 lines
77 B
Bash
5 lines
77 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "stopping the app.."
|
||
|
docker-compose stop
|
||
|
echo "App stopped"
|