working on world name selection

This commit is contained in:
2024-09-29 18:29:50 +03:00
parent 22668fa16e
commit 253a7868d1
4 changed files with 11 additions and 8 deletions

View File

@@ -34,6 +34,7 @@ RUN rm -rf /home/minetest/minetest-source/
USER minetest
WORKDIR /usr/local/share/minetest
RUN mkdir -p worlds
EXPOSE 30000/udp
ENTRYPOINT ["/entrypoint.sh"]