Skip to content

Commit 998d97c

Browse files
Update shuffle.sh
1 parent 1c4ea90 commit 998d97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shuffle.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -euo pipefail
44

5-
BASE_DIR="$(dirname "$(readlink --canonicalize "${BASH_SOURCE[0]}")")"
6-
COMPOSE_FILE="${BASE_DIR}/docker-compose.yaml"
5+
BASE_DIR="${HOME}/Recommend.Games/board-game-scraper"
6+
COMPOSE_FILE="${BASE_DIR}/compose.yaml"
77
SLEEP_TIME=600
88

99
echo "Running these services from compose file <${COMPOSE_FILE}>:"

0 commit comments

Comments
 (0)