Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -19,6 +19,5 @@ WORKDIR /app/HeartDiseasePredictor_Model
|
|
19 |
RUN pip install --upgrade pip && \
|
20 |
pip install -r requirements.txt
|
21 |
|
22 |
-
#
|
23 |
-
|
24 |
-
CMD ["python", "app.py"]
|
|
|
19 |
RUN pip install --upgrade pip && \
|
20 |
pip install -r requirements.txt
|
21 |
|
22 |
+
# Run the main script
|
23 |
+
CMD ["python", "deployment/Api/app.py"]
|
|