Skip to content

Commit 46bb0aa

Browse files
committed
Updated readme
1 parent 826cd97 commit 46bb0aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,14 @@ clace app create --spec python-streamlit --param app_file=hello --approve - /str
117117
clace app create --spec python-streamlit --branch master --approve github.com/streamlit/streamlit-example /streamlit
118118
```
119119

120+
If the source repo has a `Dockerfile` or `Containerfile`, run
121+
122+
```
123+
clace app create --spec container --approve <source_path> /myapp
124+
```
125+
126+
to install the app.
127+
120128
### Build from source
121129

122130
To install a release build, follow steps in the [installation docs](https://clace.io/docs/installation/#install-release-build).

0 commit comments

Comments
 (0)