mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 06:12:27 +00:00
6 lines
No EOL
138 B
Bash
Executable file
6 lines
No EOL
138 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
addgroup --gid 1000 minecraft
|
|
adduser --system --shell /bin/false --uid 1000 --ingroup minecraft --home /data minecraft |