From: tang peng Date: Tue, 24 Jul 2018 06:09:37 +0000 (+0000) Subject: Merge "Fixed the href attr in index.html" X-Git-Tag: 1.2.0~39 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ca3da05a6780e130bc10c26d75ced2917195bf85;hp=12824432fe162284a1e834f688d52318e08accf8;p=holmes%2Frule-management.git Merge "Fixed the href attr in index.html" --- 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 @@ - + 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" -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