mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 11:12:03 +00:00
Merge pull request #2832 from jlowdermilk/update-demo
Fix update-demo to work correctly with a web browser.
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user