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