统一使用start.sh启动

两个demo页面
This commit is contained in:
leo
2023-12-31 17:57:17 +08:00
parent e3dabed229
commit c3b1983b30
8 changed files with 94 additions and 64 deletions

View File

@@ -8,4 +8,4 @@ COPY . /app
WORKDIR /app
CMD ["streamlit", "run", "/app/main.py", "--server.port", "80", "--server.enableCORS", "false"]
CMD ["/app/start.sh"]