Port 8051 et ajout Dockerfile
This commit is contained in:
parent
3e05e72a97
commit
88317946c5
4 changed files with 4 additions and 4 deletions
|
@ -13,4 +13,4 @@ COPY main.py .
|
|||
|
||||
# Set the entrypoint to run the app
|
||||
ENTRYPOINT [ "streamlit", "run" ]
|
||||
CMD [ "main.py", "--server.port=8080", "--server.headless", "true", "--server.fileWatcherType", "none", "--browser.gatherUsageStats", "false"]
|
||||
CMD [ "main.py", "--server.port=8051", "--server.headless", "true", "--server.fileWatcherType", "none", "--browser.gatherUsageStats", "false"]
|
Reference in a new issue