Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -18,5 +18,5 @@ RUN pip install pip install --no-cache-dir --upgrade -r requirements.txt
|
|
18 |
# Make port 7000-8000 available
|
19 |
EXPOSE 7860
|
20 |
|
21 |
-
#
|
22 |
-
CMD ["
|
|
|
18 |
# Make port 7000-8000 available
|
19 |
EXPOSE 7860
|
20 |
|
21 |
+
# run the Flask application
|
22 |
+
CMD ["flask", "--app", "app/app.py", "run"]
|