6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
echo "Stopping app..."
|
|
|
|
# Non-destructively pausing components
|
|
docker compose stop
|