Browse Source

small fix

master
arnaucode 6 years ago
parent
commit
4923e9c9cf
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      README.md
  2. +2
    -2
      index.html

+ 2
- 2
README.md

@ -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.

+ 2
- 2
index.html

@ -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>

Loading…
Cancel
Save