diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 12:42:31 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 12:42:31 +1200 |
| commit | bca83643c4bb5f4bcc2af727dbef1c53d937ddea (patch) | |
| tree | 099708b6b302855c5bf1efe1c4805a4e76f31cb1 /docker-compose.yml | |
| parent | b0544e2a170948b9cf316acad1d6f00b7fc11388 (diff) | |
| download | yerbalinux-bca83643c4bb5f4bcc2af727dbef1c53d937ddea.tar.xz yerbalinux-bca83643c4bb5f4bcc2af727dbef1c53d937ddea.zip | |
Clean slate, the Makefile is too scuffed
Switching to Nix
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 6e7e720..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,12 +0,0 @@ -services: - builder: - build: . - user: "1000:1000" - volumes: - - .:/yerba - working_dir: /yerba - environment: - WORKING_DIR: /yerba - ISO_ROOT: /yerba/build/iso_root - command: make iso - network_mode: host |
