Merge pull request #2832 from jlowdermilk/update-demo

Fix update-demo to work correctly with a web browser.
This commit is contained in:
bgrant0607 2014-12-11 08:09:42 -08:00
commit 47273e966b
2 changed files with 4 additions and 2 deletions

View File

@ -13,4 +13,5 @@
# limitations under the License.
FROM kubernetes/test-webserver
ADD html/data.json html/kitten.jpg /
COPY html/kitten.jpg kitten.jpg
COPY html/data.json data.json

View File

@ -13,4 +13,5 @@
# limitations under the License.
FROM kubernetes/test-webserver
ADD html/data.json html/nautilus.jpg /
COPY html/nautilus.jpg nautilus.jpg
COPY html/data.json data.json