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

jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 331a5b9  Fix ampersands.
331a5b9 is described below

commit 331a5b98495414fc129aac899a37daeee8e90651
Author: JamesBognar <[email protected]>
AuthorDate: Wed Oct 16 10:47:13 2019 -0400

    Fix ampersands.
---
 content/petstore.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/petstore.html b/content/petstore.html
index 84e5e69..c4edf41 100644
--- a/content/petstore.html
+++ b/content/petstore.html
@@ -74,7 +74,7 @@
                                        Open terminal inside the directory 
<c>~/juneau-petstore/juneau-petstore-server</c> and build and run the docker 
image to start the app.
                                </p>
                                <p class='bcode w800'>
-       docker build . -t petstore && docker run -p 5000:5000 petstore
+       docker build . -t petstore &amp;&amp; docker run -p 5000:5000 petstore
                                </p>
                        </li>
                </ul>

Reply via email to