diff --git a/docker/scripts/start.sh b/docker/scripts/start.sh index 37a88bc9c..1feb33586 100755 --- a/docker/scripts/start.sh +++ b/docker/scripts/start.sh @@ -3,7 +3,7 @@ # write files owned by the user who runs the container # if your volume is mounted at /browsertime, use it as CWD -[[ -d /browsertime && "$PWD" = "/" ]] && cd /browsertime +[[ -d /sitespeedio && "$PWD" = "/" ]] && cd /sitespeedio uid=$(stat -c '%u' . 2>/dev/null || echo 0) gid=$(stat -c '%g' . 2>/dev/null || echo 0)