Turing311 commited on
Commit
b1302dc
1 Parent(s): 8938b3d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,5 +14,5 @@ COPY ./gradio ./gradio
14
  COPY ./run.sh .
15
  RUN pip3 install -r requirements.txt
16
  RUN chmod a+x run.sh
17
- CMD ["./run.sh"]
18
  EXPOSE 8080
 
14
  COPY ./run.sh .
15
  RUN pip3 install -r requirements.txt
16
  RUN chmod a+x run.sh
17
+ CMD ["python3", "app.py"]
18
  EXPOSE 8080