Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && \
|
|
10 |
rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
# Clone the public repository
|
13 |
-
RUN git clone https://github.com/
|
14 |
|
15 |
# Set the working directory to the cloned repository
|
16 |
WORKDIR /app/HeartDiseasePredictor_Model
|
|
|
10 |
rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
# Clone the public repository
|
13 |
+
RUN git clone https://github.com/zawsq/HeartDiseasePredictor_Model.git /app/HeartDiseasePredictor_Model
|
14 |
|
15 |
# Set the working directory to the cloned repository
|
16 |
WORKDIR /app/HeartDiseasePredictor_Model
|