Created
January 23, 2023 10:03
-
-
Save Enigo/2e8cd9347e2e42709ad46ef37f3937b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
SCRIPT_PATH=$(dirname $(realpath -s $0)) | |
echo "Stopping environment..." | |
docker-compose -p data-loader -f $SCRIPT_PATH/docker-compose.yaml down |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment