v1 complete
Browse files- 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", "
|
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 |
|