first commit

This commit is contained in:
2021-04-15 20:15:46 +02:00
commit b7432e8ee0
6 changed files with 104 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM registry.gitlab.com/minetest/minetest/server:latest
#ARG NI='aitzol'
ARG NI
USER root
RUN adduser -S $NI -G minetest -u 1000 --disabled-password
RUN chown -R $NI:minetest /var/lib/minetest