diff --git a/Makefile b/Makefile index 7b2f1690a..e6db48cf4 100644 --- a/Makefile +++ b/Makefile @@ -60,8 +60,12 @@ clean: .PHONY: docs apidoc test ui updatetestcert docs: - #scripts/run doc --dir website/docs/cli - cd website; bun run build --out-dir ../public + # scripts/run doc --dir website/docs/cli + + # Build with docker while bun reach compatibility with docusaurs + # cd website; bun run yarn build --out-dir ../public + docker run -v `pwd`:/app --workdir /app/website node yarn build --out-dir ../public + ghp-import -p public test: diff --git a/website/bun.lockb b/website/bun.lockb new file mode 100755 index 000000000..7e3c16f41 Binary files /dev/null and b/website/bun.lockb differ