docker deploy

This commit is contained in:
leo
2023-12-31 16:27:57 +08:00
parent 8fd4948ee4
commit ef5b45eb21
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -2,3 +2,4 @@ streamlit~=1.29.0
loguru loguru
pydantic pydantic
redis redis
pydantic-settings