We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c67f92 commit 86c2899Copy full SHA for 86c2899
testing/Dockerfile
@@ -65,6 +65,6 @@ ADD etc/group /etc
65
ADD etc/passwd /etc
66
ADD etc/profile /etc
67
ADD integration_tests /integration_tests
68
-RUN echo "<html><body><h1>It works on Kerla!</h1></body></html>" > /var/www/html/index.html
+ADD var/www/html/index.html /var/www/html/index.html
69
70
CMD ["/bin/sh"]
testing/var/www/html/index.html
@@ -0,0 +1,7 @@
1
+<html>
2
+
3
+<body>
4
+ <h1>It works on Kerla!</h1>
5
+</body>
6
7
+</html>
0 commit comments