TheBrokenRail 3b886e055d
Some checks reported errors
minecraft-pi-docker/pipeline/head Something is wrong with the build of this commit
Add Native GL Option
2020-10-16 15:39:04 -04:00

7 lines
220 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 .