Skip to content

Commit ed00412

Browse files
committed
doc
1 parent 0cf2e03 commit ed00412

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ rees_resources = REES(dict(
5454
registry_url="https://your-registry.io",
5555
gh_user_repo_name = "owner/repository",
5656
gh_repo_commit_hash = "full_SHA_commit_A",
57-
binder_image_tag = "full_SHA_commit_A_or_B"))
57+
binder_image_tag = "full_SHA_commit_A_or_B",
58+
dotenv = '/path/to/dotenv'))
5859
```
5960

6061
> [!NOTE]

0 commit comments

Comments
 (0)