How to use Streamlit in Docker

Hi @timforr, thanks for posting. I have been using the same configuration flags in my cloud deployments:
config.toml:

[server]
enableCORS = false

credentials.toml:

[general]
email = $EMAIL

I think you can either use EXPOSE <port> in the Dockerfile or tell docker command line via the -p option.

Matteo