minecraft-pi-reborn/debian/server/usr/bin/minecraft-pi-server
TheBrokenRail 0dbb53e0e7
All checks were successful
minecraft-pi-docker/pipeline/head This commit looks good
Rework Packaging
2020-12-04 16:27:28 -05:00

10 lines
197 B
Bash
Executable File

#!/bin/sh
set -e
export MCPI_ROOT="${PWD}"
# Launch Minecraft
DOCKER_COMPOSE="docker-compose -f /usr/share/minecraft-pi/server/docker-compose.yml"
${DOCKER_COMPOSE} run --rm minecraft-pi-server