aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-07 12:42:31 +1200
committerArslaan Pathan <[email protected]>2026-06-07 12:42:31 +1200
commitbca83643c4bb5f4bcc2af727dbef1c53d937ddea (patch)
tree099708b6b302855c5bf1efe1c4805a4e76f31cb1 /docker-compose.yml
parentb0544e2a170948b9cf316acad1d6f00b7fc11388 (diff)
downloadyerbalinux-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.yml12
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