minecraft-pi-docker/scripts/build.sh

6 lines
98 B
Bash
Raw Normal View History

2020-09-25 16:43:53 +00:00
#!/bin/sh
set -e
2020-10-01 15:08:46 +00:00
docker build ${DOCKER_BUILD_OPTIONS} --tag thebrokenrail/minecraft-pi:latest .