diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..b81b405a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM devopsedu/webapp +ADD website /var/www/html +RUN rm /var/www/html/index.html +CMD apachectl -D FOREGROUND diff --git a/selenium.jar b/selenium.jar new file mode 100644 index 00000000..52d29dc0 Binary files /dev/null and b/selenium.jar differ diff --git a/website/config.php b/website/config.php index dbf8f9eb..37980be6 100644 --- a/website/config.php +++ b/website/config.php @@ -8,7 +8,7 @@ function config($key = '') { $config = [ - 'name' => 'Simple PHP Website', + 'name' => 'My Simple PHP Website', 'nav_menu' => [ '' => 'Home', 'content/about-us.php' => 'About Us',