sca255 commited on
Commit
10d6e15
1 Parent(s): 69e2d58

v1 complete

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,5 +10,5 @@ COPY . .
10
  RUN pip install --no-cache-dir flask gunicorn
11
 
12
 
13
- CMD ["gunicorn","-w","4","-b","0.0.0.0:7860", "'app:app'"]
14
 
 
10
  RUN pip install --no-cache-dir flask gunicorn
11
 
12
 
13
+ CMD ["gunicorn","-w","4","-b","0.0.0.0:7860", "app:app"]
14