Watchhrr commited on
Commit
910d4b5
·
verified ·
1 Parent(s): 1d4e97b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,9 +3,9 @@ FROM python:3.9
3
  WORKDIR /code
4
  COPY . .
5
 
6
- # Sirf requirements install karo
7
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
8
 
9
  EXPOSE 7860
10
- # Server start logic
11
  CMD ["python", "main.py"]
 
3
  WORKDIR /code
4
  COPY . .
5
 
6
+ # Internet access runtime par milega, isliye yahan sirf install hoga
7
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
8
 
9
  EXPOSE 7860
10
+ # Seedha python file run karo jo download aur server dono sambhal legi
11
  CMD ["python", "main.py"]