deepak191z commited on
Commit
0999dc4
·
verified ·
1 Parent(s): a606eb4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,8 +10,8 @@ USER user
10
  WORKDIR $HOME/app
11
 
12
  RUN --mount=type=secret,id=URL,mode=0444,required=true \
13
- git clone $(cat /run/secrets/URL) .
14
 
15
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
16
 
17
- CMD ["python", "backend/main.py"]
 
10
  WORKDIR $HOME/app
11
 
12
  RUN --mount=type=secret,id=URL,mode=0444,required=true \
13
+ git clone https://github.com/viratxd/deepseek2api.git
14
 
15
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
16
 
17
+ CMD ["python", "deepseek2api/app.py"]