Spaces:
Sleeping
Sleeping
Ahad Jeyemby commited on
Commit ·
a377d27
1
Parent(s): 7a39bed
Add application file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -37,4 +37,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 37 |
|
| 38 |
COPY --chown=user . /app
|
| 39 |
# CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 40 |
-
CMD exec streamlit run app
|
|
|
|
| 37 |
|
| 38 |
COPY --chown=user . /app
|
| 39 |
# CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 40 |
+
CMD exec streamlit run app.py --server.port 7860
|