You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,6 +24,25 @@ Otherwise, you can build release version by the following. The library will be i
23
24
```bash
24
25
make release
25
26
```
27
+
### Docker build
28
+
**Way 1: Use Visual Studio Code Dev Container**
29
+
you can use the dev container to build the project, just open the project in VSCode and press `F1` and select `Dev Containers: Reopen in Container` to open the project in dev container.
0 commit comments