summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-05-18 10:57:09 -0700
committerblsaws <bryan.sullivan@att.com>2016-05-18 10:57:09 -0700
commit4b66a66d1a52a4e9cf1ec8a7b0871ec394b82acc (patch)
tree8d66f7bb9cfa434a1d1457565c57a26635dfbc8c /components
parentd6f5ddb4c500c9404823c754e1056f50c27324a6 (diff)
Correct Dockerfile
JIRA: COPPER-4 Change-Id: Ie21e5560602506cc30e1b94e6b4b29ec08ba0f38 Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components')
-rw-r--r--components/congress/test-webapp/setup/install_congress_testserver_1.sh2
-rw-r--r--components/congress/test-webapp/www/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/congress/test-webapp/setup/install_congress_testserver_1.sh b/components/congress/test-webapp/setup/install_congress_testserver_1.sh
index 833dcc7..f792024 100644
--- a/components/congress/test-webapp/setup/install_congress_testserver_1.sh
+++ b/components/congress/test-webapp/setup/install_congress_testserver_1.sh
@@ -106,7 +106,7 @@ EOF
sed -i -- "s/CONGRESS_HOST/$CONGRESS_HOST/g" /tmp/copper/www/html/proxy/index.php
echo "Start webapp container"
- cd /tmp/copper/
+ cd /tmp/copper/www
sudo docker build -t centos .
sudo docker run -d --name copper copper
diff --git a/components/congress/test-webapp/www/Dockerfile b/components/congress/test-webapp/www/Dockerfile
index 06c4dcd..168d389 100644
--- a/components/congress/test-webapp/www/Dockerfile
+++ b/components/congress/test-webapp/www/Dockerfile
@@ -1,2 +1,2 @@
FROM php:5.6-apache
-COPY www/html/ /var/www/html/
+COPY html/ /var/www/html/