6 lines
106 B
Bash
Executable File
6 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# Launch Minecraft
|
|
exec docker-compose -f "${DOCKER_COMPOSE_YML}" run --rm minecraft-pi |