Skip to content

Commit e561411

Browse files
authored
Update README.md
1 parent 6ce39ef commit e561411

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ Possible edge cases
1010
- Memory / CPU intensive jobs
1111

1212
To handle this, the server creates an isolated unique docker container to executes the code inside the container, allowing to isolate any disaster and limit memory usage or CPU usage.
13+
14+
15+
# Getting started
16+
Initialize the environment:
17+
This command will build the base docker images that will be used to run the code.
18+
```sh
19+
npm run init-env
20+
```

0 commit comments

Comments
 (0)