Skip to content

Commit

Permalink
Update images/eh-expansion-evaluator/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Welland <[email protected]>
  • Loading branch information
hopedisastro and MattWellie authored Sep 10, 2023
1 parent b9dbca3 commit 767c8ea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions images/eh-expansion-evaluator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ RUN apt-get update && \
&& \
apt-get clean -y

# Clone the repository, jump into it
RUN git clone https://github.com/oscarlr/EH-expansion-evaluator && \
cd EH-expansion-evaluator
# Clone the repository
RUN git clone https://github.com/oscarlr/EH-expansion-evaluator

# Container should start in git repository
WORKDIR EH-expansion-evaluator

0 comments on commit 767c8ea

Please sign in to comment.