From 7f2f18d14c7341ffc7a5510b21d28ce14c11eba7 Mon Sep 17 00:00:00 2001 From: Krzysztof Kwiecien Date: Sat, 22 Jul 2017 15:48:27 +0200 Subject: add missing information to see VID in Portal add missign information into properties files, localization scirtp and Dockerfile to solve the problem of accessing VID portal form ONAP Portal Issue: PORTAL-34 PORTAL-38 Change-Id: Ief9c0fcb57aa0d455d943806acb04de698342b8e Signed-off-by: Krzysztof Kwiecien --- deliveries/src/main/docker/docker-files/Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'deliveries/src/main/docker') diff --git a/deliveries/src/main/docker/docker-files/Dockerfile b/deliveries/src/main/docker/docker-files/Dockerfile index 72d37c320..43e472da3 100755 --- a/deliveries/src/main/docker/docker-files/Dockerfile +++ b/deliveries/src/main/docker/docker-files/Dockerfile @@ -1,7 +1,10 @@ FROM tomcat:8.0-jre8 - +# add vim and uncomment alias to speedup troubleshooting purpose RUN apt-get update && apt-get install -y \ - openjdk-8-jdk + openjdk-8-jdk vim + +RUN sed -i 's/# alias/alias/g' /root/.bashrc + ENV ROOT_DIR /opt/app/vid -- cgit 1.2.3-korg