We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826cd97 commit 46bb0aaCopy full SHA for 46bb0aa
README.md
@@ -117,6 +117,14 @@ clace app create --spec python-streamlit --param app_file=hello --approve - /str
117
clace app create --spec python-streamlit --branch master --approve github.com/streamlit/streamlit-example /streamlit
118
```
119
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
128
### Build from source
129
130
To install a release build, follow steps in the [installation docs](https://clace.io/docs/installation/#install-release-build).
0 commit comments