Files
ants/dev.sh
2026-03-26 18:43:01 +01:00

8 lines
187 B
Bash
Executable File

#!/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