javaeeduke commited on
Commit
f28ed65
·
verified ·
1 Parent(s): e621f24

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
7
  COPY . .
8
 
9
  EXPOSE 7860
10
- CMD ["python", "main.py" ,"STOP.py"]
 
7
  COPY . .
8
 
9
  EXPOSE 7860
10
+ CMD ["python" ,"STOP.py", "main.py"]