diff --git a/testing/Dockerfile b/testing/Dockerfile index 73ac7b09..0d48bb93 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -65,6 +65,6 @@ ADD etc/group /etc ADD etc/passwd /etc ADD etc/profile /etc ADD integration_tests /integration_tests -RUN echo "

It works on Kerla!

" > /var/www/html/index.html +ADD var/www/html/index.html /var/www/html/index.html CMD ["/bin/sh"] diff --git a/testing/var/www/html/index.html b/testing/var/www/html/index.html new file mode 100644 index 00000000..9b6a2fa9 --- /dev/null +++ b/testing/var/www/html/index.html @@ -0,0 +1,7 @@ + + + +

It works on Kerla!

+ + + \ No newline at end of file