asv7j commited on
Commit
7599369
·
verified ·
1 Parent(s): f3e8d18

Update DockerFile

Browse files
Files changed (1) hide show
  1. DockerFile +1 -1
DockerFile CHANGED
@@ -7,4 +7,4 @@ RUN pip3 install -r requirements.txt
7
 
8
  COPY . .
9
 
10
- CMD [ "python3", "-m" , "app", "run", "--host=0.0.0.0", "--port=8000"]
 
7
 
8
  COPY . .
9
 
10
+ CMD ["python3", "app.py"]