mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-02 21:44:51 +02:00
deploy: dca2372431
This commit is contained in:
parent
5c2a7b3f2a
commit
2ef1518081
3 changed files with 43 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue