summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/www
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-05-18 10:23:04 -0700
committerblsaws <bryan.sullivan@att.com>2016-05-18 10:23:04 -0700
commit9d612beef01f08c3034547df4f851a3c01cee0ee (patch)
tree60908681d7c385bf9afc79be3c177aae7f8374d0 /components/congress/test-webapp/www
parent47c2f775e9b0b54dc412eaefaefbff5edf07ce53 (diff)
Further refactoring of test webapp setup.
JIRA: COPPER-4 Change-Id: Ifabd2b1408a64862b0bef6e62275bfa3c8df86b5 Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/test-webapp/www')
-rw-r--r--components/congress/test-webapp/www/Dockerfile2
-rw-r--r--components/congress/test-webapp/www/html/copper.js2
2 files changed, 3 insertions, 1 deletions
diff --git a/components/congress/test-webapp/www/Dockerfile b/components/congress/test-webapp/www/Dockerfile
new file mode 100644
index 0000000..168d389
--- /dev/null
+++ b/components/congress/test-webapp/www/Dockerfile
@@ -0,0 +1,2 @@
+FROM php:5.6-apache
+COPY html/ /var/www/html/
diff --git a/components/congress/test-webapp/www/html/copper.js b/components/congress/test-webapp/www/html/copper.js
index cbdfaab..bd44f05 100644
--- a/components/congress/test-webapp/www/html/copper.js
+++ b/components/congress/test-webapp/www/html/copper.js
@@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
-var origin = "http://COPPER_HOST/proxy/?~url=";
+var origin = "http://localhost/proxy/?~url=";
var dataSources = [];
var datasource_tables = [];
var datasource_rows = [];