Spaces:
Build error
Build error
Commit
·
0f36dfe
1
Parent(s):
f0c8804
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -9,6 +9,6 @@ RUN pip install -r requirements.txt
|
|
| 9 |
RUN ls -la
|
| 10 |
#RUN python load_docs.py
|
| 11 |
RUN python run.py
|
| 12 |
-
CMD ["streamlit", "run", "app.py", "--server.port=
|
| 13 |
#CMD ls -la
|
| 14 |
-
EXPOSE
|
|
|
|
| 9 |
RUN ls -la
|
| 10 |
#RUN python load_docs.py
|
| 11 |
RUN python run.py
|
| 12 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860"]
|
| 13 |
#CMD ls -la
|
| 14 |
+
EXPOSE 7860
|