docker deploy
This commit is contained in:
@@ -8,4 +8,4 @@ COPY . /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
CMD ["python", "/app/main.py"]
|
||||
CMD ["streamlit", "run", "/app/main.py", "--server.port", "80", "--server.enableCORS", "false"]
|
||||
@@ -2,3 +2,4 @@ streamlit~=1.29.0
|
||||
loguru
|
||||
pydantic
|
||||
redis
|
||||
pydantic-settings
|
||||
Reference in New Issue
Block a user