tuna2134 commited on
Commit
aec52f9
·
verified ·
1 Parent(s): cc3d127

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,4 +4,4 @@ COPY requirements.txt
4
  RUN pip install -r requirements.txt
5
 
6
  COPY . .
7
- CMD ["python3", "app.py"]
 
4
  RUN pip install -r requirements.txt
5
 
6
  COPY . .
7
+ CMD ["bash", "run.sh"]