updating the dockerfile to account for opensource
updating the dockerfile to account for opensource since we are no longer
checking out in a sub directory
Change-Id: I2a10ce096c170941a1f4ccc87572f87db7262a34
Signed-off-by: DR695H <dr695h@att.com>
diff --git a/docker/Dockerfile b/docker/Dockerfile
index d993e94..a39fb43 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -3,7 +3,7 @@
MAINTAINER "OpenECOMP"
-LABEL name="Docker image for the OpenECOMP End-to-End Robot Framework"
+LABEL name="Docker image for the OpenECOMP Robot Testing Framework"
LABEL usage="docker run -e ROBOT_TEST=<testname> -ti openecompete"
# Install Python Pip, Robot framework, firefox, lighttpd web server, wget
@@ -22,7 +22,7 @@
apt-get --assume-yes install google-chrome-stable
# Copy the robot code
-COPY OpenECOMP_ETE/ /var/opt/OpenECOMP_ETE/
+COPY / /var/opt/OpenECOMP_ETE/
COPY lighttpd.conf /etc/lighttpd/lighttpd.conf
RUN chmod 777 /var/opt/OpenECOMP_ETE/setup.sh
RUN chmod 777 /var/opt/OpenECOMP_ETE/runTags.sh