diff options
author | blsaws <bryan.sullivan@att.com> | 2016-05-18 10:49:24 -0700 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-05-18 10:49:24 -0700 |
commit | d6f5ddb4c500c9404823c754e1056f50c27324a6 (patch) | |
tree | 445a64896806c8ae878160c9613aa65c4fe799bc /components/congress/test-webapp/www | |
parent | 9d612beef01f08c3034547df4f851a3c01cee0ee (diff) |
Correct location of files to edit.
JIRA: COPPER-4
Change-Id: Ic1a9f5b2531c7ba58a94b22263b52184eb618521
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/test-webapp/www')
-rw-r--r-- | components/congress/test-webapp/www/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/congress/test-webapp/www/Dockerfile b/components/congress/test-webapp/www/Dockerfile index 168d389..06c4dcd 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 html/ /var/www/html/ +COPY www/html/ /var/www/html/ |