mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-04 22:06:24 +00:00
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
chown -R minecraft:minecraft /data /start-minecraft
|
|
exec su -s /bin/bash -c /start-minecraft minecraft
|