Skip to content

Commit

Permalink
Updated Dockerfile to point to the new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichardson97 committed Jan 25, 2024
1 parent c084d0e commit 0dfd75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dfd75f

Please sign in to comment.