imCuteCat commited on
Commit
f596945
1 Parent(s): 66dc8da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "predict.py"]
 
26
  WORKDIR /src
27
 
28
  # Set the entry point to run the prediction script
29
+ ENTRYPOINT ["python", "app.py"]