This commit is contained in:
Richard
2026-03-26 18:43:01 +01:00
commit 9616a8236b
25 changed files with 2773 additions and 0 deletions

7
dev.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "Building image..."
pushd farm
docker build -qt ants-dev .
popd
echo "Dropping into shell..."
docker run --rm -ti -v $PWD/data:/data -v $PWD/farm:/home/dev/farm ants-dev