This repository contains the source code of all web apps written in streamlit.io
docker build -t hello-world:latest -f Dockerfile hello-world/
docker run -d --restart=unless-stopped -p 8501:8501 hello-world:latest
A production-ready Streamlit setup for hosting multiple web apps on Docker.
Dockerfile