GuysRGithub commited on
Commit
401eb32
1 Parent(s): 9d02ce1
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. server.py → app.py +0 -0
Dockerfile CHANGED
@@ -10,4 +10,4 @@ RUN git clone https://huggingface.co/GuysTrans/bart-base-finetuned-xsum
10
 
11
  COPY . .
12
 
13
- CMD ["FLASK_APP=server.py", "flask", "run", "--host", "0.0.0.0", "--port", "7860"]
 
10
 
11
  COPY . .
12
 
13
+ CMD ["flask", "run", "--host", "0.0.0.0", "--port", "7860"]
server.py → app.py RENAMED
File without changes