This commit is contained in:
github-actions[bot] 2022-02-27 20:01:44 +00:00
parent 5c2a7b3f2a
commit 2ef1518081
3 changed files with 43 additions and 43 deletions

View file

@ -1493,7 +1493,7 @@
<h2 id="building-your-own-docker-image"><a class="toclink" href="#building-your-own-docker-image">Building your own Docker image</a></h2>
<p>You'll need to retrieve the git submodules prior to building your own Docker image. From within your copy of the git repo run the following to retrieve the submodules and build the Docker image:</p>
<div class="highlight"><pre><span></span><code>git submodule update --init --recursive
docker build .
docker build -t mailserver/docker-mailserver .
</code></pre></div>
<p>Or, you can clone and retrieve the submodules in one command:
<div class="highlight"><pre><span></span><code>git clone --recurse-submodules https://github.com/docker-mailserver/docker-mailserver