minecraft-pi-reborn/scripts/build.sh
TheBrokenRail 84bfd9506c
All checks were successful
minecraft-pi-docker/pipeline/head This commit looks good
Add Dedicated Server
2020-10-10 19:02:13 -04:00

7 lines
219 B
Bash
Executable File

#!/bin/sh
set -e
docker build ${DOCKER_BUILD_OPTIONS} --tag thebrokenrail/minecraft-pi:client -f Dockerfile.client .
docker build ${DOCKER_BUILD_OPTIONS} --tag thebrokenrail/minecraft-pi:server -f Dockerfile.server .