Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
akclace committed Sep 29, 2024
1 parent e72bf2e commit dd178d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd178d1

Please sign in to comment.