feat(docker): build files

This commit is contained in:
2026-02-28 15:30:17 +01:00
parent f7c2b71cc0
commit 11b13eea1a
3 changed files with 59 additions and 0 deletions

14
instructions.md Normal file
View File

@@ -0,0 +1,14 @@
\# Instructions
$ docker compose up -d
$ docker exec -it fml13\_builder bash
$ git config --global --add safe.directory '\*'
$ git submodule update --init --recursive --depth 1 --progress
$ make -j$(nproc)