shivanis14 commited on
Commit
e97c7f8
·
verified ·
1 Parent(s): 2a56023

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,4 +14,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
  COPY --chown=user . /app
16
  #CMD ["chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
17
- CMD ["python", "appDeepseekCoder.py"]
 
 
14
 
15
  COPY --chown=user . /app
16
  #CMD ["chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
17
+ #CMD ["python", "appDeepseekCoder.py"]
18
+ CMD ["python", "appDeepseekCoder.py", "--root-path", "/"]