diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index d807103..816e59e 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -10,7 +10,7 @@ set -euo pipefail log() { echo "[entrypoint] $(date '+%Y-%m-%d %H:%M:%S') $*"; } run_once() { - /opt/rpm-mirror/sync.sh + /usr/local/bin/sync.sh } if [[ "$RUN_ONCE" == "true" ]]; then