mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-31 14:25:59 +00:00
deploy: dca2372431
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user