mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00:00
fix permission issue in test deployment
This commit is contained in:
parent
15e5d91c30
commit
c094a4e1a2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
docker run --rm -it \
|
||||
-u root:root \
|
||||
-v $(pwd)/minetest.conf:/etc/minetest/minetest.conf \
|
||||
-v /tmp/mt:/var/lib/minetest/.minetest \
|
||||
-v $(pwd)/../:/var/lib/minetest/.minetest/worlds/world/worldmods/mail_mod \
|
||||
-v $(pwd)/../:/root/.minetest/worlds/world/worldmods/mail_mod \
|
||||
registry.gitlab.com/minetest/minetest/server:5.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue