
Docker image for E2E test that will set up a simple flask site running on port 80. The contents of the flask site were provided by Malini Kamalambal Change-Id: I643c36480e033d0fe324c48d75872fedd6cc3af4
10 lines
176 B
HTML
10 lines
176 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<h4>Imagine your picture here {{ name }}!</h4>
|
|
</head>
|
|
<body>
|
|
<img src='../../static/images/cache-control.jpg'>
|
|
</body>
|
|
</html>
|