Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -26,4 +26,4 @@ COPY . /src
|
|
| 26 |
WORKDIR /src
|
| 27 |
|
| 28 |
# Set the entry point to run the prediction script
|
| 29 |
-
ENTRYPOINT ["python", "
|
|
|
|
| 26 |
WORKDIR /src
|
| 27 |
|
| 28 |
# Set the entry point to run the prediction script
|
| 29 |
+
ENTRYPOINT ["python", "app.py"]
|