From a97558f72daac24eaca094a6005741794f3b261f Mon Sep 17 00:00:00 2001 From: ale Date: Tue, 22 Nov 2022 00:57:55 +0100 Subject: [PATCH] recurse-submodules --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db204ac..2f68714 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ ## Build ``` -Edit Dockerfile and write your DOMAIN variable +git clone --recurse-submodules https://git.manalejandro.com/ale/docker-mumble-web + +Edit root Dockerfile and write your DOMAIN variable $ docker-compose build && docker-compose pull ``` @@ -26,4 +28,4 @@ Mumble server config is in the local ./data folder ``` MIT -``` \ No newline at end of file +```