We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4ea90 commit 998d97cCopy full SHA for 998d97c
shuffle.sh
@@ -2,8 +2,8 @@
2
3
set -euo pipefail
4
5
-BASE_DIR="$(dirname "$(readlink --canonicalize "${BASH_SOURCE[0]}")")"
6
-COMPOSE_FILE="${BASE_DIR}/docker-compose.yaml"
+BASE_DIR="${HOME}/Recommend.Games/board-game-scraper"
+COMPOSE_FILE="${BASE_DIR}/compose.yaml"
7
SLEEP_TIME=600
8
9
echo "Running these services from compose file <${COMPOSE_FILE}>:"
0 commit comments