mirror of
https://github.com/arnaucube/commonroutesLandingPage.git
synced 2026-02-06 19:06:42 +01:00
small fix
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user