7 lines
233 B
Bash
Raw Normal View History

2020-09-25 12:43:53 -04:00
#!/bin/sh
set -e
2021-01-27 11:13:06 -05:00
docker build ${DOCKER_BUILD_OPTIONS} --tag thebrokenrail/minecraft-pi-reborn:client -f Dockerfile.client .
docker build ${DOCKER_BUILD_OPTIONS} --tag thebrokenrail/minecraft-pi-reborn:server -f Dockerfile.server .