From 5d1d2433c9ab38a62a9d916318b055445572c614 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Fri, 16 Jun 2023 16:35:19 -0700 Subject: [PATCH] Add mission files installation step. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f37afdc..8f62983 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ cp /files/tmp/* . # Switch to the server container and start the server exit docker compose exec server bash +# Copy the upstream mpmissions files from the read-only mount point on the server. +cp -a /mpmissions/dayzOffline.chernarusplus/ /serverfiles/mpmissions/ # Start the server. This will run a vanilla Chernarus server. To run Livonia, simply change files/serverDZ.cfg to use the Livonia map in the section at the bottom of the file. dz start ```