From d176eadea0c53d2129e4358956f4cb349f9d1960 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Thu, 31 Aug 2023 12:02:08 -0700 Subject: [PATCH] Add step that copies the server config file from the repo to the container. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 20f90d1..f6ba68c 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,12 @@ Edit `files/serverDZ.cfg` and set the values of any variables there. See the [do hostname = "Something other than Server Name"; // Server name ``` +Install the server config file. The goal is to maintain the config file in the repo, and then install it into the container. In the future this process will show the diff between the repo file and the installed file. + +```shell +docker compose run --rm server dz c +``` + Launch the server container into the background: ```