From 0dfd75f0107bf5692de978404148b8d5f27bf271 Mon Sep 17 00:00:00 2001 From: Joey Richardson Date: Thu, 25 Jan 2024 13:58:48 -0500 Subject: [PATCH] Updated Dockerfile to point to the new repo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19f4d7e..d506003 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN mkdir /repo WORKDIR /repo # get the latest code -RUN git clone --branch $BRANCH_NAME --single-branch https://github.com/jrichardson97/kg-summarizer.git +RUN git clone --branch $BRANCH_NAME --single-branch https://github.com/RobokopU24/kg-summarizer.git # go to the repo dir WORKDIR /repo/kg-summarizer