From 97a52ed4626949d1dc734ffe7bb646a3eb456462 Mon Sep 17 00:00:00 2001 From: sudheeshkumarpythonista <81633927+sudheeshkumarpythonista@users.noreply.github.com> Date: Sat, 28 Aug 2021 13:49:33 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2ae51a8..0054a83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM hshar/webapp -RUN rm /var/www/html/index.html +RUN rm /var/www/html/index.php -ADD ./index.html /var/www/html +ADD ./index.html /var/www/html/