This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit c27037e856a90c870dbe0f61eb10511741af5091
Author: Till Rohrmann <trohrm...@apache.org>
AuthorDate: Fri Dec 28 10:48:01 2018 +0100

    Rebuild website
---
 content/improve-website.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/content/improve-website.html b/content/improve-website.html
index 647ace8..a2dfd25 100644
--- a/content/improve-website.html
+++ b/content/improve-website.html
@@ -201,6 +201,11 @@ git checkout asf-site
 
 <p>The script compiles the Markdown files into HTML and starts a local 
webserver. Open your browser at <code>http://localhost:4000</code> to view the 
website including your changes. The served website is automatically re-compiled 
and updated when you modify and save any file and refresh your browser.</p>
 
+<p>Alternatively you can build the web site using Docker (without augmenting 
your host environment):</p>
+
+<div class="highlight"><pre><code>docker run --rm 
--volume="$PWD:/srv/flink-web" --expose=4000 -p 4000:4000 -it ruby:2.5 bash -c 
'cd /srv/flink-web &amp;&amp; ./build.sh -p'
+</code></pre></div>
+
 <p>Please feel free to ask any questions you have on the developer mailing 
list.</p>
 
 <h2 id="submit-your-contribution">Submit your contribution</h2>

Reply via email to