Use a full entrypoint instead of a runAsRoot script for minecraft #14

Merged
tlater merged 1 commit from tlater/minecraft-entrypoint into master 2020-07-27 18:07:39 +01:00

1 commit

Author SHA1 Message Date
Tristan Daniël Maat c434f513cd
Use a full entrypoint instead of a runAsRoot script for minecraft
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
2020-07-27 18:06:32 +01:00