minecraft-pi-reborn/scripts/build.sh
TheBrokenRail 62204aa1bf
All checks were successful
minecraft-pi-reborn/pipeline/head This commit looks good
Project Rename
2021-01-27 11:13:06 -05:00

7 lines
233 B
Bash
Executable File

#!/bin/sh
set -e
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 .