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