Use a full entrypoint instead of a runAsRoot script for minecraft #14
Loading…
Reference in a new issue
No description provided.
Delete branch "tlater/minecraft-entrypoint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This needs to be done because the server does not support qemu, and
NixOS requires qemu to use the runAsRoot feature for docker images.
Instead, create the required files as part of the entrypoint.
Fixes #6