Spaces:
Sleeping
Sleeping
okeowo1014
commited on
Commit
•
d227282
1
Parent(s):
9174ec5
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -12,5 +12,5 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
12 |
COPY . .
|
13 |
|
14 |
# CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
15 |
-
|
16 |
-
CMD ["python3", "app.py"]
|
|
|
12 |
COPY . .
|
13 |
|
14 |
# CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
15 |
+
CMD [ "python3", "flask", "run", "--host=0.0.0.0"]
|
16 |
+
# CMD ["python3", "app.py"]
|