Techbitforge commited on
Commit
5d52e87
·
verified ·
1 Parent(s): 0b9014b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir flask edge-tts
14
  EXPOSE 7860
15
 
16
  # Run the app
17
- CMD ["python", "app/app.py"]
 
14
  EXPOSE 7860
15
 
16
  # Run the app
17
+ CMD ["python", "./app.py"]