deepak191z commited on
Commit
00aa91b
·
verified ·
1 Parent(s): 53bb30d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -22,5 +22,5 @@ WORKDIR $HOME/app/deepseek2api
22
  # Install dependencies
23
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
24
 
25
- # Run the application
26
- CMD ["python", "deepseek2api/app.py"]
 
22
  # Install dependencies
23
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
24
 
25
+ # Run the application (corrected path)
26
+ CMD ["python", "app.py"]