mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-15 10:46:41 -04:00
update testing harness / move contact-list function to util (#73)
* update testing harness / move contact-list function to util * Use 5.x.1 versioning --------- Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com> Co-authored-by: Athozus <athozus@gmail.com>
This commit is contained in:
parent
17d4c2e441
commit
ed3c8b97a1
6 changed files with 77 additions and 78 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG ENGINE_VERSION=5.5.0
|
||||
ARG ENGINE_VERSION=5.7.0
|
||||
FROM registry.gitlab.com/minetest/minetest/server:${ENGINE_VERSION}
|
||||
|
||||
# copy old v1 maildb for migration testing
|
||||
|
@ -7,11 +7,9 @@ COPY ./mail.db /root/.minetest/worlds/world/mail.db
|
|||
COPY ./old_v2_player.json /root/.minetest/worlds/world/mails/
|
||||
COPY ./auth.sqlite /root/.minetest/worlds/world/auth.sqlite
|
||||
|
||||
|
||||
USER root
|
||||
RUN apk add git &&\
|
||||
mkdir -p /root/.minetest/worlds/world/worldmods/ &&\
|
||||
git clone https://github.com/BuckarooBanzay/mtt /root/.minetest/worlds/world/worldmods/mtt
|
||||
|
||||
|
||||
ENTRYPOINT minetestserver --config /minetest.conf
|
Loading…
Add table
Add a link
Reference in a new issue