Skip to content

Commit d8c2abe

Browse files
committed
chore: Add just serve-oci
1 parent fed7105 commit d8c2abe

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ verify:
1414
serve:
1515
obelisk server run --config ${CONFIG:-obelisk-local.toml}
1616

17+
serve-oci:
18+
obelisk server run --config ${CONFIG:-obelisk-oci.toml}
19+
1720
app-init params:
1821
obelisk client execution submit -f obelisk-flyio:workflow/workflow@1.0.0-beta.app-init '{{params}}'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ direnv allow
3131
Start Obelisk server
3232
```sh
3333
just build serve
34-
# or just `obelisk server run -c obelisk-oci.toml` without building the WASM components locally.
34+
# or `just serve-oci` without building the WASM components locally.
3535
```
3636

3737
## Starting the workflow

0 commit comments

Comments
 (0)