minecraft-pi-reborn/scripts/ci/simulate.sh

10 lines
217 B
Bash
Raw Normal View History

2021-06-17 21:32:24 +00:00
#!/bin/sh
set -e
2022-03-10 02:23:41 +00:00
# Build Docker Image
docker build -f Dockerfile.build -t minecraft-pi-reborn-build .
2021-06-17 21:32:24 +00:00
# Run
2022-03-10 02:23:41 +00:00
docker run --rm -v "$(pwd):/data" -w '/data' -u '1000:1000' minecraft-pi-reborn-build ./scripts/ci/run.sh