Update README.md

This commit is contained in:
Cassowary 2023-01-05 15:54:49 -08:00
parent dade79c8dd
commit 916b06c688
1 changed files with 5 additions and 3 deletions

View File

@ -9,16 +9,18 @@
* **Image**: [`python`](https://hub.docker.com/r/python), 4, upstream * **Image**: [`python`](https://hub.docker.com/r/python), 4, upstream
* **Healthcheck**: No * **Healthcheck**: No
* **Backups**: No * **Backups**: No
* **Email**: No * **Email**: N/A
* **Tests**: No * **Tests**: No
* **SSO**: No * **SSO**: Yes
<!-- endmetadata --> <!-- endmetadata -->
## Quick start ## Quick start
* `abra app new voila --secrets` * `abra app new voila`
* `abra app config <app-name>` * `abra app config <app-name>`
* `abra app deploy <app-name>` * `abra app deploy <app-name>`
Expects a set of Jupyter notebooks to be deployed to its `data` volume.
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech). For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).