summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-07-23 19:59:22 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-07-23 19:59:22 +0800
commitfcdc765d0f858e5d946d63e818d6cbe39e4de8c5 (patch)
treeede6390bd666d4a49c2ee65a6595b84cd43910b9
parent7c10ad301cd3fea79af61f1d092b2a3103f7ec11 (diff)
Fixed the href attr in index.html
Change-Id: I27035ff2c312c646d6717e08af24262fbe875edc Issue-ID: HOLMES-111 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--rulemgt-frontend/package.json2
-rw-r--r--rulemgt-frontend/src/index.html2
-rw-r--r--rulemgt-standalone/src/main/assembly/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/rulemgt-frontend/package.json b/rulemgt-frontend/package.json
index 307bbfa..554620d 100644
--- a/rulemgt-frontend/package.json
+++ b/rulemgt-frontend/package.json
@@ -6,7 +6,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build --dev",
- "prod": "ng build --prod --base-href /holmes",
+ "prod": "ng build --prod --base-href /holmes/",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
diff --git a/rulemgt-frontend/src/index.html b/rulemgt-frontend/src/index.html
index 269bee8..c8da64f 100644
--- a/rulemgt-frontend/src/index.html
+++ b/rulemgt-frontend/src/index.html
@@ -17,7 +17,7 @@
<html>
<head>
- <base href="/holmes/">
+ <base href="/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile
index d069616..4714770 100644
--- a/rulemgt-standalone/src/main/assembly/Dockerfile
+++ b/rulemgt-standalone/src/main/assembly/Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:16.04
MAINTAINER "Guangrong Fu" <fu.guangrong@zte.com.cn>
-EXPOSE 9101 9104
+EXPOSE 9101 9104 9201
#install openjdk-1.8
#RUN sed -i 's#http://archive.ubuntu.com#http://mirrors.163.com#g' /etc/apt/sources.list