use minetest 5.2.0
This commit is contained in:
parent
05d08d56f0
commit
a63ad0fccb
@ -7,10 +7,9 @@ docker run -it --name ${CONTAINER_NAME} \
|
||||
-u root:root \
|
||||
-v ${VOL_ID}:/root/.minetest/worlds/world/mtinfo \
|
||||
-v $(pwd)/:/root/.minetest/worlds/world/worldmods/mtinfo \
|
||||
registry.gitlab.com/minetest/minetest/server:5.1.0
|
||||
registry.gitlab.com/minetest/minetest/server:5.2.0
|
||||
|
||||
|
||||
docker cp ${CONTAINER_NAME}:/root/.minetest/worlds/world/mtinfo mtinfo
|
||||
docker rm ${CONTAINER_NAME}
|
||||
docker volume rm ${VOL_ID}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user