PegaMichael commited on
Commit
21bc39d
·
1 Parent(s): 131ecdd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,5 +4,5 @@ COPY . .
4
  EXPOSE 7860
5
  RUN pip install --upgrade pip
6
  RUN pip install --no-cache-dir -r req.txt
7
- CMD ["python ./app.py"]
8
 
 
4
  EXPOSE 7860
5
  RUN pip install --upgrade pip
6
  RUN pip install --no-cache-dir -r req.txt
7
+ CMD ["bash ./run.sh"]
8