There was an error while loading. Please reload this page.
just serve-oci
1 parent fed7105 commit d8c2abeCopy full SHA for d8c2abe
2 files changed
Justfile
@@ -14,5 +14,8 @@ verify:
14
serve:
15
obelisk server run --config ${CONFIG:-obelisk-local.toml}
16
17
+serve-oci:
18
+ obelisk server run --config ${CONFIG:-obelisk-oci.toml}
19
+
20
app-init params:
21
obelisk client execution submit -f obelisk-flyio:workflow/workflow@1.0.0-beta.app-init '{{params}}'
README.md
@@ -31,7 +31,7 @@ direnv allow
31
Start Obelisk server
32
```sh
33
just build serve
34
-# or just `obelisk server run -c obelisk-oci.toml` without building the WASM components locally.
+# or `just serve-oci` without building the WASM components locally.
35
```
36
37
## Starting the workflow
0 commit comments