Zhofang commited on
Commit
878a3ea
1 Parent(s): f59c104

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,4 +4,4 @@ RUN apt update -y && apt upgrade -y
4
  RUN apt install python3 -y && apt install python3-pip -y
5
  RUN pip3 install flask --break-system-packages
6
  EXPOSE 7860
7
- CMD ["python", "app.py"]
 
4
  RUN apt install python3 -y && apt install python3-pip -y
5
  RUN pip3 install flask --break-system-packages
6
  EXPOSE 7860
7
+ CMD ["python3", "app.py"]