6 lines
78 B
Bash
6 lines
78 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# Launch Minecraft
|
|
${DOCKER_COMPOSE} run --rm minecraft-pi |