Skip to content

Commit 7380127

Browse files
committed
docs: worker.build builds all languages by default
1 parent a23f066 commit 7380127

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ An object of the `Worker` class has the following important functions:
224224

225225
`worker.build()` is responsible for building docker images on the system. You can pass a list of languages to the function so that it builds images for just the specified languages.
226226

227+
- You can also call `worker.build()` without an argument to build all languages supported by `code-executor`.
228+
227229
```js
228230
async function build() {
229231
await worker.build(['Python', 'Bash']);

0 commit comments

Comments
 (0)