9 lines
118 B
Bash
Raw Normal View History

2020-10-16 15:39:04 -04:00
#!/bin/sh
set -e
# Enable VirGL
export MCPI_MODE=native
# Launch Minecraft
${DOCKER_COMPOSE} run --rm minecraft-pi