the beginning of the idiots
This commit is contained in:
15
qwen/go/stop.sh
Executable file
15
qwen/go/stop.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Stop script for MerchantsOfHope.org recruiting platform
|
||||
|
||||
set -e
|
||||
|
||||
echo "Stopping MerchantsOfHope.org recruiting platform..."
|
||||
|
||||
# Get the directory of this script
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
# Stop the containers
|
||||
docker-compose down
|
||||
|
||||
echo "Containers stopped successfully!"
|
||||
Reference in New Issue
Block a user