From dd178d1213272d19c8f866c509962c09459ad413 Mon Sep 17 00:00:00 2001 From: Ajay Kidave Date: Sun, 29 Sep 2024 16:32:54 -0700 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0727659..47d23e3 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,8 @@ The disk usage app is available at https://localhost:25223/disk_usage (use port To install a containerized app, ensure either Docker or Podman is running and run ``` -clace app create --spec python-streamlit --param app_file=hello --approve - /streamlit_hello -clace app create --spec python-streamlit --branch master --approve github.com/streamlit/streamlit-example /streamlit +clace app create --spec image --approve --param image=nginx --param port=80 - nginxapp.localhost:/ +clace app create --spec python-streamlit --param app_file=hello --branch master --approve github.com/streamlit/streamlit-example /streamlit_hello ``` If the source repo has a `Dockerfile` or `Containerfile`, run