You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2019/10/30 20:10:34 UTC

[juneau-website] branch asf-site updated: Changed documentation according to new Dockerfile

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 52f2fa1  Changed documentation according to new Dockerfile
     new 9c6757e  Merge pull request #10 from ishita20/dev2
52f2fa1 is described below

commit 52f2fa1a539483e90c7db4d866034d717c441655
Author: COMVIVA\ishita.singh <is...@mahindracomviva.com>
AuthorDate: Wed Oct 30 23:11:18 2019 +0530

    Changed documentation according to new Dockerfile
---
 content/petstore.html | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/content/petstore.html b/content/petstore.html
index 8ef36be..c1b7983 100644
--- a/content/petstore.html
+++ b/content/petstore.html
@@ -63,15 +63,7 @@
 			</li>
 			<li>
 				<p>
-					Build the project.
-				</p>
-				<p class='bcode w800'>
-	mvn clean install
-				</p>
-			</li>
-			<li>
-				<p>
-					Open terminal inside the directory <c>~/juneau-petstore/juneau-petstore-server</c> and build and run the docker image to start the app.
+					Open terminal inside the project directory and run the below command to start the app.
 				</p>
 				<p class='bcode w800'>
 	docker build . -t petstore &amp;&amp; docker run -p 5000:5000 petstore