small fix

This commit is contained in:
arnaucode
2017-10-22 20:43:19 +02:00
parent fb9856a0d9
commit 4923e9c9cf
2 changed files with 4 additions and 4 deletions

View File

@@ -5,11 +5,11 @@
2 - build the docker image 2 - build the docker image
``` ```
docker build -t webCommonRoutes . docker build -t webcommonroutes .
``` ```
3 - launch a container with the image 3 - launch a container with the image
``` ```
docker run -ti -d -p 80:8080 webCommonRoutes docker run -ti -d -p 80:8080 webcommonroutes
``` ```
The landingpage && webapp will be able in the ip/domain. The landingpage && webapp will be able in the ip/domain.

View File

@@ -9,7 +9,7 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" content=""> <meta name="author" content="">
<title>Cars in Common</title> <title>Common Routes</title>
<link rel="icon" type="image/png" href="img/icon.png"> <link rel="icon" type="image/png" href="img/icon.png">
<!-- Bootstrap Core CSS --> <!-- Bootstrap Core CSS -->
@@ -58,7 +58,7 @@
<a href="#page-top"></a> <a href="#page-top"></a>
</li> </li>
<li> <li>
<a class="page-scroll" href="../commonroutesWebApp">Access App</a> <a class="page-scroll" href="/app">Access App</a>
</li> </li>
<li> <li>
<a class="page-scroll" href="#download">Download</a> <a class="page-scroll" href="#download">Download</a>