mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
6 lines
138 B
Bash
Executable File
6 lines
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 |