amoghsuman commited on
Commit
0d4707a
·
verified ·
1 Parent(s): f3843bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ RUN pip install --no-cache-dir -r requirements.txt
21
  EXPOSE 7860
22
 
23
  # Run the app
24
- CMD ["python", "pdf_text_extractor_openai.py"]
 
21
  EXPOSE 7860
22
 
23
  # Run the app
24
+ CMD ["python", "app.py"]