Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -26,7 +26,7 @@ RUN git clone https://github.com/harry0703/MoneyPrinterTurbo .
|
|
| 26 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 27 |
|
| 28 |
# 暴露应用运行的端口
|
| 29 |
-
EXPOSE
|
| 30 |
|
| 31 |
# 运行应用程序的命令
|
| 32 |
-
CMD ["streamlit", "run", "./webui/Main.py","--server.address=0.0.0.0","--server.enableCORS=True","--browser.
|
|
|
|
| 26 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 27 |
|
| 28 |
# 暴露应用运行的端口
|
| 29 |
+
EXPOSE 8501
|
| 30 |
|
| 31 |
# 运行应用程序的命令
|
| 32 |
+
CMD ["streamlit", "run", "./webui/Main.py","--server.address=0.0.0.0","--server.enableCORS=True","--browser.gatherUsageStats=False"]
|