summaryrefslogtreecommitdiffstats
path: root/rulemgt-standalone/src/main/assembly/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2018-07-24replace the base image with alpineGuangrongFu1-32/+34
Change-Id: I9d81f238d3b0b4821c321a87f0c5512ebc3923e7 Issue-ID: HOLMES-146 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2018-07-23Fixed the href attr in index.htmlGuangrongFu1-1/+1
Change-Id: I27035ff2c312c646d6717e08af24262fbe875edc Issue-ID: HOLMES-111 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2018-07-23Added nginxGuangrongFu1-1/+18
Change-Id: Iffc0e337cbf59f9cae514d85eb3e1c83d0f664f9 Issue-ID: HOLMES-111 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-09-07Add HOSTNAME to the DockerfileGuangrong Fu1-0/+2
Change-Id: I6782505970fc5750cf7801e3fe057332fd1c8cf2 Issue-ID: HOLMES-45 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-06Expose the port in the DockerfileGuangrong Fu1-0/+2
Change-Id: Ie0eb8cc415ae030872d7223440c5f3be21b777a7 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-05Change the DB from MySQL to PostgreSQLGuangrong Fu1-1/+2
Change-Id: If3e82cca0b27c5e486762b22305c1575d76789fe Issue-ID: HOLMES-49 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-03Change the alpine to ubuntuGuangrong Fu1-34/+12
Change the image from alpine o ubuntu Change-Id: I55eaf8d113dd83cbc08cf453546c4c5833ccabf4 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-26Change the command line from CMD to ENTRYPOINTGuangrong Fu1-1/+1
ENTRYPOINT as a substitute of CMD Change-Id: I4f65f2c0c362adff8c183ca8d6404e5854484980 Issue-ID: HOLMES-42 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-22Add a Dockerfile for docker-makingGuangrong Fu1-0/+48
Change the package file from .zip to .tar.gz for linux Add a Dockerfile Change-Id: I31354fb5d4ffcd135b4f5574dea1ca4249d3c917 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>